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.

GitHub

7 stars
2 watching
1 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list

flake8flake8-plugin

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sfstpala/flake8-import-styleEnsures explicit module imports in Python code to maintain quality and readability.3
asottile/flake8-typing-importsAutomatically checks Python typing module imports for compatibility with different Python versions.48
xzise/flake8-future-importChecks Python code for compatibility with future imports.18
adamchainz/flake8-tidy-importsA plugin that helps write more organized imports in Python code.72
rows-s/flake8_internal_name_importA flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues.4
pycqa/flake8-import-orderA plugin that checks the ordering of imports in Python code according to specific style guides.277
marcgibbons/flake8-datetime-importEnforces consistent and safe importing of Python's datetime module11
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
tlocke/flake8-alphabetizeTools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.16
john-hen/flake8-pyprojectA Flake8 plugin that loads configuration from pyproject.toml229
melevir/flake8-obey-import-goatAn extension for flake8 to enforce import rules across Python projects17
spoqa/flake8-import-order-spoqaA tool that enforces a specific import order convention in Python code.15
best-doctor/flake8-functionsEnforces code standards for Python functions50
jparise/flake8-authorChecks Python modules for author attributes and enforces configuration rules around their usage.3
browniebroke/flake8-django-migrationsEnsures Django migration code follows best practices to prevent backwards compatibility issues7