Bumped minimum isort version to 7.0.0.
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run

Added ignores relating to https://github.com/PyCQA/isort/issues/2352.
This commit is contained in:
Jacob Walls 2025-10-16 10:33:54 -04:00
parent e244d8bbb7
commit d980d68609
7 changed files with 11 additions and 11 deletions

View file

@ -137,7 +137,7 @@ Imports
.. console::
$ python -m pip install "isort >= 5.1.0"
$ python -m pip install "isort >= 7.0.0"
$ isort .
This runs ``isort`` recursively from your current directory, modifying any

View file

@ -83,7 +83,7 @@ environments can be seen as follows:
blacken-docs
flake8>=3.7.0
docs
isort>=5.1.0
isort>=7.0.0
lint-docs
Testing other Python versions and database backends