We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b11d42 + 936fd9b commit f7d9614Copy full SHA for f7d9614
2 files changed
.isort.cfg
@@ -2,7 +2,6 @@
2
include_trailing_comma=1
3
multi_line_output=3
4
skip=.tox,migrations
5
-not_skip=__init__.py
6
use_parentheses=1
7
known_django=django
8
known_future_library=future
tox.ini
@@ -23,4 +23,4 @@ deps=
23
isort>=4.2.15
24
commands=
25
flake8 .
26
- isort --check-only --diff --recursive .
+ isort --check-only --diff .
0 commit comments