We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We should add type annotations for all definitions except those in tests, and enforce this with a mypy.ini configuration like this:
mypy.ini
[mypy] python_version = 3.8 ... disallow_untyped_defs = True [mypy-tests.*] disallow_untyped_defs = False