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: 3 months ago
Linked from 1 awesome list
flake8
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| Checks Python code for compatibility with future imports. | 18 |
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| Provides a set of recommended import conventions for popular Python packages | 7 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| Tool to automatically format Python imports according to user-defined settings | 176 |
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
| Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| Enforces consistent and safe importing of Python's datetime module | 11 |