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 d2463cc commit e88db66Copy full SHA for e88db66
.isort.cfg
setup.cfg
@@ -7,3 +7,11 @@ license_file = LICENSE.md
7
[flake8]
8
ignore = E501
9
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