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

GitHub

15 stars
10 watching
3 forks
Language: Python
last commit: about 8 years ago
Linked from 1 awesome list

coding-conventionsflake8flake8-import-orderimport-orderlintpython

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pycqa/flake8-import-orderA plugin that checks the ordering of imports in Python code according to specific style guides.277
tlocke/flake8-alphabetizeTools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.16
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
joaopalmeiro/flake8-import-conventionsProvides a set of recommended import conventions for popular Python packages7
sfstpala/flake8-import-styleEnsures explicit module imports in Python code to maintain quality and readability.3
adamchainz/flake8-tidy-importsA plugin that helps write more organized imports in Python code.72
gforcada/flake8-isortTool to automatically format Python imports according to user-defined settings176
xzise/flake8-future-importChecks Python code for compatibility with future imports.18
rows-s/flake8_internal_name_importA flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues.4
melevir/flake8-obey-import-goatAn extension for flake8 to enforce import rules across Python projects17
bskinn/flake8-absolute-importA tool that enforces absolute import statements to improve code clarity and avoid potential issues.12
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
pycqa/pep8-namingChecks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.517
pycqa/flake8-docstringsTools to improve Python documentation quality and consistency155
pycqa/autoflakeA tool to automatically remove unused imports and variables from Python code based on pyflakes analysis908