flake8-isort
Import sorter
Tool to automatically format Python imports according to user-defined settings
flake8 plugin that integrates isort
174 stars
9 watching
149 forks
Language: Python
last commit: 11 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
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 |
pycqa/flake8-import-order | A plugin that checks the ordering of imports in Python code according to specific style guides. | 278 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
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 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
spoqa/flake8-import-order-spoqa | A tool that enforces a specific import order convention in Python code. | 15 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
asottile/flake8-typing-imports | Automatically checks Python typing module imports for compatibility with different Python versions. | 49 |
pycqa/flake8-json | Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
joaopalmeiro/flake8-import-conventions | Provides a set of recommended import conventions for popular Python packages | 7 |