An extension for flake8 to report on files with a lot of code without type annotations.
flake8-annotations is a plugin for Flake8 that detects the absence of PEP 3107-style function annotations.
Verifies python 3.7+ files use from future import annotations if a type is used in the module that can be rewritten using PEP 563.
This plugin enforces the changes proposed by PEP 585.
Principalele funcționalități ale decorator-factory/flake8-pep585 sunt: Type Annotations.
Alternativele open-source pentru decorator-factory/flake8-pep585 includ: asottile/flake8-typing-imports — flake8-typing-imports. best-doctor/flake8-annotations-coverage — An extension for flake8 to report on files with a lot of code without type annotations. sco1/flake8-annotations — flake8-annotations is a plugin for Flake8 that detects the absence of PEP 3107-style function annotations. tyleryep/flake8-future-annotations — Verifies python 3.7+ files use from future import annotations if a type is used in the module that can be rewritten… xome4ok/flake8-new-union-types — Flake8 plugin to enforce the new Union and Optional annotation syntax defined in PEP 604.