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.

GitHub

16 stars
2 watching
3 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
joaopalmeiro/flake8-import-conventions Provides a set of recommended import conventions for popular Python packages 7
pycqa/flake8-commas Enforces trailing commas in Python code to avoid merge conflicts and improve readability. 131
sfstpala/flake8-import-style Ensures explicit module imports in Python code to maintain quality and readability. 3
melevir/flake8-functions-names An extension for flake8 that validates Python function names and consistency with annotations. 27
pycqa/flake8-import-order A plugin that checks the ordering of imports in Python code according to specific style guides. 278
bskinn/flake8-absolute-import A tool that enforces absolute import statements to improve code clarity and avoid potential issues. 12
tlocke/flake8-alphabetize Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. 16
xzise/flake8-future-import Checks Python code for compatibility with future imports. 18
jamescooke/flake8-aaa A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests 70
spoqa/flake8-import-order-spoqa A tool that enforces a specific import order convention in Python code. 15
gforcada/flake8-isort Tool to automatically format Python imports according to user-defined settings 174
adamchainz/flake8-tidy-imports A plugin that helps write more organized imports in Python code. 72
jparise/flake8-author Checks Python modules for author attributes and enforces configuration rules around their usage. 3
ebeweber/flake8-mutable An extension for flake8 to flag functions with mutable default arguments. 44
marcgibbons/flake8-datetime-import Enforces consistent and safe importing of Python's datetime module 11