Skip to content

Commit ced0316

Browse files
committed
Update isort for 5.* series
1 parent 3d14a4c commit ced0316

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

setup.cfg

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,4 @@ ignore =
4646
W503
4747

4848
[isort]
49-
combine_as_imports = True
50-
default_section = THIRDPARTY
51-
include_trailing_comma = True
52-
known_first_party = django_auth_ldap
53-
line_length = 88
54-
multi_line_output = 3
49+
profile = black

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ skip_install = true
3030

3131
[testenv:isort]
3232
basepython = python3
33-
deps = isort
34-
commands = isort --check-only --diff
33+
deps = isort>=5.0.1
34+
commands = isort --check --diff .
3535
skip_install = true
3636

3737
[testenv:docs]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy