
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
flake8-isort
Advanced tools
.. -- coding: utf-8 --
.. image:: https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml/badge.svg?branch=main :target: https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/gforcada/flake8-isort/badge.svg?branch=main :target: https://coveralls.io/github/gforcada/flake8-isort?branch=main
Use isort
_ to check if the imports on your python files are sorted the way you expect.
Add an .isort.cfg
to define how you want your imports sorted and run flake8 as you usually do.
See isort documentation
_ for .isort.cfg
available options.
Install with pip::
$ pip install flake8-isort
Install with conda::
$ conda install -c conda-forge flake8-isort
If using the select
option from flake8
_ be sure to enable the I
category as well, see below for the specific error codes reported by flake8-isort
.
See flake8 --help
for available flake8-isort options.
+------------+-----------------------------------------------------------+ | Error code | Description | +============+===========================================================+ | I001 | isort found an import in the wrong position | +------------+-----------------------------------------------------------+ | I002 | no configuration found (.isort.cfg or [isort] in configs) | +------------+-----------------------------------------------------------+ | I003 | isort expected 1 blank line in imports, found 0 | +------------+-----------------------------------------------------------+ | I004 | isort found an unexpected blank line in imports | +------------+-----------------------------------------------------------+ | I005 | isort found an unexpected missing import | +------------+-----------------------------------------------------------+
As an alternative to this flake8 plugin, there's flake8-import-order
_ that could be worth checking out. In contrast to this plugin that defers all logic to isort, the flake8-import-order comes bundled with it's own logic.
flake8-import-order comes with a few predefined set of styles meanwhile this plugin can be customized a bit more. But the biggest difference could lie in that flake8-isort actually has the corresponding sorting engine isort that can sort the import orders of your existing python files. Meanwhile flake8-import-order has no such corresponding tool, hence big existing projects who want to adopt either would get a more automized experience choosing flake8-isort.
GPL 2.0
.. _isort
: https://pypi.python.org/pypi/isort
.. _isort documentation
: https://pycqa.github.io/isort/docs/configuration/options.html
.. _flake8-import-order
: https://pypi.python.org/pypi/flake8-import-order
.. _option from flake8
: http://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-select
FAQs
flake8 plugin that integrates isort
We found that flake8-isort demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.