We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d14a4c commit ced0316Copy full SHA for ced0316
setup.cfg
@@ -46,9 +46,4 @@ ignore =
46
W503
47
48
[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
+profile = black
tox.ini
@@ -30,8 +30,8 @@ skip_install = true
30
31
[testenv:isort]
32
basepython = python3
33
-deps = isort
34
-commands = isort --check-only --diff
+deps = isort>=5.0.1
+commands = isort --check --diff .
35
skip_install = true
36
37
[testenv:docs]
0 commit comments