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.
113 stars
3 watching
16 forks
Language: Python
last commit: 8 days ago
Linked from 2 awesome lists
flake8flake8-extensionsflake8-pluginimportspythontyping
Related projects:
Repository | Description | Stars |
---|---|---|
asottile/flake8-typing-imports | Automatically checks Python typing module imports for compatibility with different Python versions. | 49 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
tyleryep/flake8-future-annotations | Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
bskinn/flake8-absolute-import | A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
pycqa/flake8-import-order | A plugin that checks the ordering of imports in Python code according to specific style guides. | 278 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
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 |
rows-s/flake8_internal_name_import | A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
adamchainz/flake8-tidy-imports | A plugin that helps write more organized imports in Python code. | 72 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |