flake8-annotations-coverage
Annotation checker
Reports on files with low type annotations in Python code
flake8 plugin to validate annotations coverage
34 stars
1 watching
5 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
annotationsflake8flake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 31 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
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 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 154 |
maxkrivich/flake8-github | A GitHub Actions extension that integrates Flake8 with the platform to provide clear error annotations during pull request reviews. | 4 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
best-doctor/flake8-class-attributes-order | An extension for flake8 to report on class attribute order and level logic in Python classes. | 60 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |