flake8-import-conventions
Import guidelines
Provides a set of recommended import conventions for popular Python packages
An opinionated plugin for Flake8 on how certain packages should be imported or aliased.
7 stars
2 watching
1 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
flake8flake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| Checks Python code for compatibility with future imports. | 18 |
| A plugin that helps write more organized imports in Python code. | 72 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| Enforces consistent and safe importing of Python's datetime module | 11 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| A Flake8 plugin that loads configuration from pyproject.toml | 229 |
| An extension for flake8 to enforce import rules across Python projects | 17 |
| A tool that enforces a specific import order convention in Python code. | 15 |
| Enforces code standards for Python functions | 50 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |