Contents

flake8-import-order 0.18.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: 276, Watchers: 276, Forks: 72, Open Issues: 13

The PyCQA/flake8-import-order repo was created 10 years ago and the last code push was 1 months ago.
The project is popular with 276 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.

Related Packages & Articles

flake8-bugbear 24.2.6

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.0.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.