flake8-future-import
Import checker
Checks Python code for compatibility with future imports.
Flake8 extension to check imports
18 stars
2 watching
10 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| A plugin that helps write more organized imports in Python code. | 72 |
| Provides a set of recommended import conventions for popular Python packages | 7 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
| Tool to check return values in Python functions | 62 |
| A tool to identify encoding issues in Python code | 6 |
| Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |