* Switch from `setup.cfg` to `setup.py`.
* Switch from `setuptools` to `hatchling`.
* Drop python 3.7 support.
* Add preliminary support to Python 3.12.
- update to 4.2.0
* Work around FailedToLoadPlugin exception by requiring isort 4.x.
Likewise, pin the major version of all dependencies, to reduce
risk of any future incompatibilities. [pkolbus]
try to find it. [jnns]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-isort?expand=0&rev=10
* Drop isort 4.x support.
* Add support for flake8 6.0.0.
* 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]
* Fix broken `add_options` method [casperdcl]
* Improve the config option is added and read back. [gforcada]
* Bump plugin version. [gforcada]
* 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]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-isort?expand=0&rev=8