flake8-import-order
Import order checker
A plugin that checks the ordering of imports in Python code according to specific style guides.
Flake8 plugin that checks import order against various Python Style Guides
277 stars
10 watching
72 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
flake8flake8-extensionslinter-flake8linter-pluginpylamapython
Related projects:
Repository | Description | Stars |
---|---|---|
spoqa/flake8-import-order-spoqa | A tool that enforces a specific import order convention in Python code. | 15 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
adamchainz/flake8-tidy-imports | A plugin that helps write more organized imports in Python code. | 72 |
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 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
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 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 517 |
joaopalmeiro/flake8-import-conventions | Provides a set of recommended import conventions for popular Python packages | 7 |
bskinn/flake8-absolute-import | A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
gforcada/flake8-isort | Tool to automatically format Python imports according to user-defined settings | 176 |
asottile/flake8-typing-imports | Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
pycqa/flake8-bugbear | A tool to identify likely bugs and design problems in Python code | 1,066 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 155 |