flake8-import-style

Module Import Checker

Ensures explicit module imports in Python code to maintain quality and readability.

A flake8 plugin to ensure explicit module imports

GitHub

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

flake8pythonquality-assurance

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
asottile/flake8-typing-importsAutomatically checks Python typing module imports for compatibility with different Python versions.48
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
xzise/flake8-future-importChecks Python code for compatibility with future imports.18
bskinn/flake8-absolute-importA tool that enforces absolute import statements to improve code clarity and avoid potential issues.12
joaopalmeiro/flake8-import-conventionsProvides a set of recommended import conventions for popular Python packages7
python-formate/flake8-dunder-allEnsures Python modules have defined the 'all' variable to specify all imported symbols.7
pycqa/flake8-import-orderA plugin that checks the ordering of imports in Python code according to specific style guides.277
rows-s/flake8_internal_name_importA flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues.4
adamchainz/flake8-tidy-importsA plugin that helps write more organized imports in Python code.72
tlocke/flake8-alphabetizeTools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.16
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
takishima/flake8-secure-coding-standardEnforces secure coding standards in Python5
marcgibbons/flake8-datetime-importEnforces consistent and safe importing of Python's datetime module11
afonasev/flake8-returnTool to check return values in Python functions62
jparise/flake8-authorChecks Python modules for author attributes and enforces configuration rules around their usage.3