flake8-annotations
Type checker
Detects missing type annotations in Python functions and methods
Flake8 Type Annotation Checking
156 stars
17 watching
7 forks
Language: Python
last commit: 4 months ago
Linked from 2 awesome lists
flake8flake8-pluginpythonpython3type-annotations
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| Reports on files with low type annotations in Python code | 34 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Checks Python code for non-existent mock methods used in testing | 17 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| Tool to check return values in Python functions | 62 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
| A GitHub Actions extension that integrates Flake8 with the platform to provide clear error annotations during pull request reviews. | 5 |
| A Flake8 plugin to enforce PEP 604's new Union and Optional annotation syntax for Python | 13 |
| Enforces consistent use of optional type annotations in Python code | 17 |