flake8-import-order
A flake8 and Pylama plugin that checks the ordering of your imports.
A flake8 and Pylama plugin that checks the ordering of your imports.
To install this package, run one of the following:
A flake8 and Pylama plugin that checks the ordering of your imports. In general stdlib comes first, then 3rd party, then local packages, and that each group is individually alphabetized, see Configuration section for details. It will not check anything else about the imports. Merely that they are grouped and ordered correctly. This plugin is under somewhat active development and is heavily influenced by the personal preferences of the developers of cryptography. Expect seemingly random changes and configuration changes as we figure out how it should work.
Summary
A flake8 and Pylama plugin that checks the ordering of your imports.
Last Updated
Sep 8, 2023 at 02:28
License
LGPL-3.0-or-later
Total Downloads
8
GitHub Repository
https://github.com/PyCQA/flake8-import-orderDocumentation
https://github.com/PyCQA/flake8-import-order