A flake8 plugin that enforces absolute imports (no relative imports). Current version 1.0.0.3, requires Python >=3.10. Stable, with irregular releases.
pip install flake8-absolute-importVerified import paths — ran on the pinned version, not inferred.
After installation, flake8 automatically runs the plugin.
If you need to allow relative imports in some cases, consider using a different plugin or disabling flake8-absolute-import for specific files via per-file-ignores in .flake8 config.
Ensure you are using Python 3.10 or newer.
No dependency data recorded yet.