-
```python
class A:
def foo(self, s: str) -> str: ...
class B(A):
def foo(self, n: float) -> float: ... # type: ignore
class C(B):
def foo(self, n: float) -> float: ...
```
[M…
-
Hi, my team is willing to type check as much as possible our python projects and we noticed a strange behavior with fastavro. While checking the types, mypy fails to follow fastavro imports (https://m…
-
**Bug Report**
(A clear and concise description of what the bug is.)
I receive the following error from mypy:
`api/serializers.py:10: error: Incompatible types in assignment (expression…
-
Recent additions of type hints have some errors and omissions - importantly they aren't compatible with function signatures and devices from Ophyd
## Expected Behavior
Scanning with `pyright` o…
-
Python 3 has a type hinting feature very useful for auto complete. This issue is for tracking efforts on researching its backward compatibility with python 2 (`from __future__ import import annotation…
-
Note: if you are reporting a wrong signature of a function or a class in
the standard library, then the typeshed tracker is better suited
for this report: https://github.com/python/typeshed/issues
…
-
Todo: Add enhancement label.
-
# Feature or enhancement
### Proposal:
The code in `Lib/test/libregrtest` already has a smattering of type hints in it, but doesn't currently pass type checking. @vstinner, the primary maintaine…
-
**Describe the bug**
A clear and concise description of what the bug is.
With VsCode configured for type analysis with [mypy](https://github.com/python/mypy), we get several problems with Pacti im…
-
Boolean values get parsed badly in flask.
```yaml
openapi: 3.0.0
info:
title: Bar
description: Foo
version: 0.1.0
paths:
/foo:
post:
summary: Bar
description: des…