flake8-import-order-spoqa
Import order tool
A tool that enforces a specific import order convention in Python code.
Spoqa's import order style for flake8-import-order
15 stars
10 watching
3 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
coding-conventionsflake8flake8-import-orderimport-orderlintpython
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| Provides a set of recommended import conventions for popular Python packages | 7 |
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| A plugin that helps write more organized imports in Python code. | 72 |
| Tool to automatically format Python imports according to user-defined settings | 176 |
| Checks Python code for compatibility with future imports. | 18 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| An extension for flake8 to enforce import rules across Python projects | 17 |
| A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 517 |
| Tools to improve Python documentation quality and consistency | 155 |
| A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis | 908 |