Update dependency flake8-isort to v6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
flake8-isort (changelog) | dev-dependencies | major |
^4.0.0 -> ^6.0.0
|
Release Notes
gforcada/flake8-isort
v6.1.1
-
Switch from
setup.cfg
tosetup.py
. [deronnax] -
Switch from
setuptools
tohatchling
. [gforcada] -
Switch to
main
branch. [gforcada] -
Use
tox
andpre-commit
to ease project maintenance. [gforcada]
v6.1.0
-
Drop python 3.7 support. [gforcada]
-
Add preliminary support to Python 3.12. [gforcada]
v6.0.0
-
Drop isort 4.x support. [gforcada]
-
Add support for flake8 6.0.0. [gforcada]
-
Add
--isort-no-skip-gitignore
option to allow temporarily overriding the set value of isort'sskip_gitignore
option withFalse
. This can cause flake8-isort to run significantly faster at the cost of making flake8-isort's behavior differ slightly from the behavior ofisort --check
. [gschaffner]
v5.0.3
- Fix broken
add_options
method, again. [casperdcl]
v5.0.2
- Fix broken
add_options
method [casperdcl]
v5.0.1
-
Improve the config option is added and read back. [gforcada]
-
Bump plugin version. [gforcada]
v5.0.0
-
Update dependencies. [gforcada]
-
Revamp GitHub actions. [gforcada]
-
Drop python 3.6, and add python 3.10. [gforcada]
-
Use linters and formatters to keep code sane and beautiful. [gforcada]
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.