Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to annotate attribute that can be implemented as property?

python properties typing mypy

mypy "Incompatible import" error for conditional imports

How should a NamedTemporaryFile be annotated?

python type-hinting mypy

Python Type Annotations: Mark item in tuple as optional

python static-typing mypy

Is typed implicit conversion (coercion) in Python 3.x possible?

python python-3.x mypy

Declaring length of tuples in Python typing

How to type hint a Callable of a function with default arguments?

Using Typing and Mypy with Descriptors

Exclude folder from mypy checking

How to use typeshed with mypy?

python type-hinting mypy

Mypy + flake8: Is there any way to surpress warning of `F821 undefined name`

python-3.x mypy flake8

Handling conditional logic + sentinel value with mypy

Is it possible to run mypy pre-commit without making it fail?

Flask SQL Alchemy vs MyPy - error with Model type

Python: Annotate variable as key of a TypedDict

python mypy python-typing