flake8-annotations-complexity

Type checker

Tools to help write clear and maintainable Python code with type annotations

flake8 plugin to validate annotations complexity

GitHub

46 stars
1 watching
10 forks
Language: Python
last commit: over 3 years ago
Linked from 2 awesome lists

complexityflake8flake8-plugin

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
best-doctor/flake8-expression-complexityPlugin to validate Python expressions for readability and complexity32
best-doctor/flake8-annotations-coverageReports on files with low type annotations in Python code34
best-doctor/flake8-functionsEnforces code standards for Python functions50
sco1/flake8-annotationsDetects missing type annotations in Python functions and methods156
best-doctor/flake8-variables-namesAn extension for flake8 that enforces more readable variable names.55
tyleryep/flake8-future-annotationsChecks Python code for usage of outdated type annotations and suggests adding support for future annotations15
best-doctor/flake8-class-attributes-orderAn extension for flake8 to report on class attribute order and level logic in Python classes.59
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
pycqa/flake8-docstringsTools to improve Python documentation quality and consistency155
melevir/flake8-cognitive-complexityA tool to measure and enforce the complexity of cognitive functions in Python code69
orsinium-labs/flake8-commentsAnalyze redundant comments in Python code to reduce information redundancy and improve code quality.9
afonasev/flake8-returnTool to check return values in Python functions62
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464