flake8-obey-import-goat
import enforcer
An extension for flake8 to enforce import rules across Python projects
An extension for flake8 that forbids some imports statements in some modules.
17 stars
2 watching
3 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a set of recommended import conventions for popular Python packages | 7 |
| Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| An extension for flake8 that validates Python function names and consistency with annotations. | 27 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Checks Python code for compatibility with future imports. | 18 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| A tool that enforces a specific import order convention in Python code. | 15 |
| Tool to automatically format Python imports according to user-defined settings | 176 |
| A plugin that helps write more organized imports in Python code. | 72 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| An extension for flake8 to flag functions with mutable default arguments. | 44 |
| Enforces consistent and safe importing of Python's datetime module | 11 |