Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mypy

How to get Mypy working with multiple mixins relying on each other?

How to annotate a custom types __iter__ to correctly indicate non-uniform returned types?

python mypy python-typing

Sibling package import and mypy "has no attribute" error

Python typing: best way to annotate parent class return subclass type object

python mypy python-typing

How to typehint that an object of a class is also adhering to a Protocol in Python?

python python-typing mypy

Is there any way to override inherited class attribute type in python with mypy?

mypy not picking up installed stubs

python mypy

mypy - erroring when there are no Python files

python mypy

Why does mypy flag "Item None has no attribute x" error even if I check for None?

python mypy python-typing

How to annotate that a function produces a dataclass?

python python-typing mypy

mypy overrides in toml are ignored?

python mypy

mypy - Item "None" of "Optional[CustomAttrsModel]" has no attribute "country"

python mypy

Does mypy require __init__ to have -> None annotation

python mypy python-typing

How to Configure Multiple Plugins in Mypy?

python-3.x plugins mypy

Cannot guess why Overloaded function implementation does not accept all possible arguments

python mypy

Typing for a class decorator when the wrapper has an instance variable

python python-3.x mypy

Any advantages of enabled mypy `strict_optional?

python typing mypy