An extension for flake8 to report on files with a lot of code without type annotations.
This plugin enforces the changes proposed by PEP 585.
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.
Die Hauptfunktionen von tyleryep/flake8-future-annotations sind: Type Annotations.
Open-Source-Alternativen zu tyleryep/flake8-future-annotations sind unter anderem: 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. decorator-factory/flake8-pep585 — This plugin enforces the changes proposed by PEP 585. sco1/flake8-annotations — flake8-annotations is a plugin for Flake8 that detects the absence of PEP 3107-style function annotations. xome4ok/flake8-new-union-types — Flake8 plugin to enforce the new Union and Optional annotation syntax defined in PEP 604.