flake8-absolute-import

Import checker

A tool that enforces absolute import statements to improve code clarity and avoid potential issues.

flake8 plugin to require absolute imports

GitHub

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

absolute-importsflake8-pluginlintingrelative-imports

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sfstpala/flake8-import-style Ensures explicit module imports in Python code to maintain quality and readability. 3
snok/flake8-type-checking Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. 113
asottile/flake8-typing-imports Automatically checks Python typing module imports for compatibility with different Python versions. 49
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
adamchainz/flake8-tidy-imports A plugin that helps write more organized imports in Python code. 72
pycqa/flake8-import-order A plugin that checks the ordering of imports in Python code according to specific style guides. 278
rows-s/flake8_internal_name_import A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. 4
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
afonasev/flake8-return Tool to check return values in Python functions 62
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
joaopalmeiro/flake8-import-conventions Provides a set of recommended import conventions for popular Python packages 7
flake8-implicit-str-concat/flake8-implicit-str-concat A Flake8 plugin that checks for correct string literal concatenation in Python code. 31
arkq/flake8-requirements A flake8 plugin that checks package import requirements and reports missing or unused dependencies. 37
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7