Skip to content

Commit f7d9614

Browse files
authored
Merge pull request #207 from cfpb/update-isort
Update the isort example config
2 parents 8b11d42 + 936fd9b commit f7d9614

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.isort.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
include_trailing_comma=1
33
multi_line_output=3
44
skip=.tox,migrations
5-
not_skip=__init__.py
65
use_parentheses=1
76
known_django=django
87
known_future_library=future

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ deps=
2323
isort>=4.2.15
2424
commands=
2525
flake8 .
26-
isort --check-only --diff --recursive .
26+
isort --check-only --diff .

0 commit comments

Comments
 (0)