flake8-type-checking
Import analysis tool
Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.
Flake8 plugin for managing type-checking imports & forward references.
115 stars
3 watching
16 forks
Language: Python
last commit: 3 months ago
Linked from 2 awesome lists
flake8flake8-extensionsflake8-pluginimportspythontyping
Related projects:
Repository | Description | Stars |
---|---|---|
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| Detects missing type annotations in Python functions and methods | 156 |
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Checks Python code for compatibility with future imports. | 18 |
| Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
| A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| Tool to check return values in Python functions | 62 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A plugin that helps write more organized imports in Python code. | 72 |
| Tools to inspect error codes in Python code for linting and quality assurance | 14 |