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 1 year ago
Linked from 2 awesome lists

complexityflake8flake8-plugin

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
best-doctor/flake8-expression-complexity Plugin to validate Python expressions for readability and complexity 31
best-doctor/flake8-annotations-coverage Reports on files with low type annotations in Python code 34
best-doctor/flake8-functions Enforces code standards for Python functions 50
sco1/flake8-annotations Detects missing type annotations in Python functions and methods 156
best-doctor/flake8-variables-names An extension for flake8 that enforces more readable variable names. 55
tyleryep/flake8-future-annotations Checks Python code for usage of outdated type annotations and suggests adding support for future annotations 15
best-doctor/flake8-class-attributes-order An extension for flake8 to report on class attribute order and level logic in Python classes. 60
snok/flake8-type-checking Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. 113
pycqa/flake8-docstrings Tools to improve Python documentation quality and consistency 154
melevir/flake8-cognitive-complexity A tool to measure and enforce the complexity of cognitive functions in Python code 69
orsinium-labs/flake8-comments Analyze redundant comments in Python code to reduce information redundancy and improve code quality. 9
afonasev/flake8-return Tool to check return values in Python functions 62
decorator-factory/flake8-pep585 A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. 22
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 465