flake8-annotations icon indicating copy to clipboard operation
flake8-annotations copied to clipboard

Flake8 Type Annotation Checking

Results 2 flake8-annotations issues
Sort by recently updated
recently updated
newest added

As touched on in #92, the current definition of and support for ellipses in partial type comments clashes with [guidance provided in PEP 484](https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code): > Sometimes you want to specify...

enhancement
deferred

See: https://mypy.readthedocs.io/en/stable/common_issues.html#ignoring-a-whole-file See: #164

enhancement