mirror of
https://github.com/django/django.git
synced 2025-08-28 14:34:27 +00:00
Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable.
This commit is contained in:
parent
1173db4a16
commit
e74b3d724e
49 changed files with 115 additions and 59 deletions
|
@ -101,7 +101,7 @@ Imports
|
|||
|
||||
.. console::
|
||||
|
||||
$ python -m pip install isort
|
||||
$ python -m pip install isort >= 5.1.0
|
||||
$ isort -rc .
|
||||
|
||||
This runs ``isort`` recursively from your current directory, modifying any
|
||||
|
|
|
@ -80,7 +80,7 @@ version of Python. A list of default environments can be seen as follows:
|
|||
py3
|
||||
flake8
|
||||
docs
|
||||
isort
|
||||
isort>=5.1.0
|
||||
|
||||
Testing other Python versions and database backends
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue