flake8-alphabetize

Import checker

Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.

Python style checker for import statements, all lists and exception lists, implemented as a flake8 plugin

GitHub

16 stars
3 watching
2 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pycqa/flake8-import-order A plugin that checks the ordering of imports in Python code according to specific style guides. 278
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
adamchainz/flake8-tidy-imports A plugin that helps write more organized imports in Python code. 72
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
jparise/flake8-author Checks Python modules for author attributes and enforces configuration rules around their usage. 3
spoqa/flake8-import-order-spoqa A tool that enforces a specific import order convention in Python code. 15
asottile/flake8-typing-imports Automatically checks Python typing module imports for compatibility with different Python versions. 49
sfstpala/flake8-import-style Ensures explicit module imports in Python code to maintain quality and readability. 3
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
bskinn/flake8-absolute-import A tool that enforces absolute import statements to improve code clarity and avoid potential issues. 12
tyleryep/flake8-future-annotations Checks Python code for usage of outdated type annotations and suggests adding support for future annotations 15
gforcada/flake8-isort Tool to automatically format Python imports according to user-defined settings 174
afonasev/flake8-return Tool to check return values in Python functions 62
joaopalmeiro/flake8-import-conventions Provides a set of recommended import conventions for popular Python packages 7