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.
An extension for flake8 to report on files with a lot of code without type annotations.
best-doctor/flake8-annotations-coverage 的主要功能包括:Type Annotations。
best-doctor/flake8-annotations-coverage 的开源替代品包括: asottile/flake8-typing-imports — flake8-typing-imports. 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. 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.