flake8-tidy-imports
Import organizer
A plugin that helps write more organized imports in Python code.
❄️ A flake8 plugin that helps you write tidier imports.
72 stars
4 watching
15 forks
Language: Python
last commit: 13 days ago
Linked from 1 awesome list
flake8
Related projects:
Repository | Description | Stars |
---|---|---|
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
pycqa/flake8-import-order | A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
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 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
joaopalmeiro/flake8-import-conventions | Provides a set of recommended import conventions for popular Python packages | 7 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
bskinn/flake8-absolute-import | A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
adamchainz/flake8-comprehensions | A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
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 |
adamchainz/flake8-no-pep420 | A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
cyyc1/flake8-indent-in-def | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
marcgibbons/flake8-datetime-import | Enforces consistent and safe importing of Python's datetime module | 11 |