mirror of
https://github.com/django/django.git
synced 2025-11-19 11:15:44 +00:00
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
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:
parent
e244d8bbb7
commit
d980d68609
7 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue