Skip to content

Commit e88db66

Browse files
committed
isort: move config to setup.cfg
1 parent d2463cc commit e88db66

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.isort.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ license_file = LICENSE.md
77
[flake8]
88
ignore = E501
99
banned-modules = json = use from rest_framework.utils import json!
10+
11+
[isort]
12+
skip=.tox
13+
atomic=true
14+
multi_line_output=5
15+
known_standard_library=types
16+
known_third_party=pytest,_pytest,django
17+
known_first_party=rest_framework

0 commit comments

Comments
 (0)