Contents

flake8-import-order 0.19.2

0

Flake8 and pylama plugin that checks the ordering of import statements.

Flake8 and pylama plugin that checks the ordering of import statements.

Stars: 278, Watchers: 278, Forks: 73, Open Issues: 14

The PyCQA/flake8-import-order repo was created 11 years ago and the last code push was 3 days ago.
The project is popular with 278 github stars!

How to Install flake8-import-order

You can install flake8-import-order using pip

pip install flake8-import-order

or add it to a project with poetry

poetry add flake8-import-order

Package Details

Author
Alex Stapleton
License
LGPLv3
Homepage
https://github.com/PyCQA/flake8-import-order
PyPi:
https://pypi.org/project/flake8-import-order/
GitHub Repo:
https://github.com/PyCQA/flake8-import-order

Classifiers

  • Software Development/Libraries/Python Modules
  • Software Development/Quality Assurance
No  flake8-import-order  pypi packages just yet.

Errors

A list of common flake8-import-order errors.

Code Examples

Here are some flake8-import-order code examples and snippets.

GitHub Issues

The flake8-import-order package has 14 open issues on GitHub

  • Bump actions/checkout from 6.0.1 to 6.0.2
  • Bump actions/setup-python from 6.0.0 to 6.2.0
  • Bump actions/upload-artifact from 5.0.0 to 6.0.0
  • Bump actions/download-artifact from 6.0.0 to 7.0.0
  • Bump step-security/harden-runner from 2.13.3 to 2.14.0

See more issues on GitHub

Related Packages & Articles

flake8-bugbear 25.11.29

A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

flake8 7.3.0

the modular source code checker: pep8 pyflakes and co

flake8-fixme 1.1.1

Check for FIXME, TODO and other temporary developer notes. Plugin for flake8.