Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mypy

Scanning a package with mypy yields different result on different machines

python type-hinting mypy

Python type hints with Protocol and TypeVar to specify arbitrary dataclasses

CompletedProcess is a Generic for mypy

python subprocess mypy

Python typehint for os.getenv causes downstream incompatible type errors

python mypy python-typing

Mypy: How should I type a dict that has strings as keys and the values can be either strings or lists of strings?

python python-3.x mypy

Validate Python TypedDict at runtime

customizing typing.NamedTuple

python python-3.x mypy

Check type hint coverage in Python

python-3.x mypy

How to find code that is missing type annotations?

python mypy python-typing

Why does mypy not accept a list[str] as a list[Optional[str]]?

Subclassing Sequence with proper type hints in Python

python typechecking mypy

mypy: how to ignore "missing attribute" errors in mixins

mypy

Mypy doesn't throw an error when mixing booleans with integers

python integer boolean mypy

Copy type signature from another function

python mypy python-typing

Why is mypy complaining about list comprehension when it can't be annotated?

mypy explicit type hint in quotes still gives not defined error

python type-hinting mypy

mypy "invalid type" error

python mypy

PyQt5 stubs files

python-3.x pyqt5 mypy

mypy 0.6.4 return type Optional[str] but sometimes you have prior knowledge about the type you will get

python-3.x mypy

Return None from python function annotated with mypy, multiple return types