This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
flake8-isort (changelog) | dev-dependencies | major |
^4.0.0 -> ^6.0.0
|
v6.1.2
Add support for isort 6.0.0. [SukiCZ]
Drop python 3.8, and add python 3.13. [SukiCZ]
v6.1.1
Switch from setup.cfg
to setup.py
.
[deronnax]
Switch from setuptools
to hatchling
.
[gforcada]
Switch to main
branch.
[gforcada]
Use tox
and pre-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's skip_gitignore
option with False
. This can cause
flake8-isort to run significantly faster at the cost of making flake8-isort's
behavior differ slightly from the behavior of isort --check
. [gschaffner]
v5.0.3
add_options
method, again. [casperdcl]v5.0.2
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]
This MR has been generated by Renovate Bot.