flake8-typing-imports
Compatibility checker
Automatically checks Python typing module imports for compatibility with different Python versions.
flake8 plugin which checks that typing imports are properly guarded
49 stars
2 watching
7 forks
Language: Python
last commit: 24 days ago
Linked from 2 awesome lists
flake8mypypre-committyping
Related projects:
Repository | Description | Stars |
---|---|---|
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
bskinn/flake8-absolute-import | A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
joaopalmeiro/flake8-import-conventions | Provides a set of recommended import conventions for popular Python packages | 7 |
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 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
tyleryep/flake8-future-annotations | Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
pycqa/flake8-import-order | A plugin that checks the ordering of imports in Python code according to specific style guides. | 278 |
adamchainz/flake8-tidy-imports | A plugin that helps write more organized imports in Python code. | 72 |
marcgibbons/flake8-datetime-import | Enforces consistent and safe importing of Python's datetime module | 11 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
browniebroke/flake8-django-migrations | Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |