Skip to content

Commit 06702be

Browse files
committed
update isort configuration
1 parent 02f1009 commit 06702be

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ line_length = 120
2626
known_first_party = desert
2727
default_section = THIRDPARTY
2828
forced_separate = test_desert
29-
not_skip = __init__.py
3029
skip = migrations
31-
known_stdlib=dataclasses
30+
extra_standard_library=dataclasses typing
3231
known_third_party=attr,marshmallow,pytest,setuptools,typing_inspect
33-
ignore =
32+
extend_skip =
3433
.flake8
3534
dev-requirements.in
3635
dev-requirements.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ commands =
4242
python setup.py check --strict --metadata --restructuredtext
4343
check-manifest {toxinidir}
4444
black --check {toxinidir}
45-
isort --verbose --check-only --diff --recursive src tests setup.py
45+
isort --verbose --check-only --diff src tests setup.py
4646

4747
[testenv:spell]
4848
setenv =

0 commit comments

Comments
 (0)