mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-03 12:00:12 +03:00
Move isort conf into setup.cfg
This commit is contained in:
parent
1bc826e6fd
commit
66ae47d100
|
@ -1,7 +0,0 @@
|
|||
[settings]
|
||||
skip=.tox
|
||||
atomic=true
|
||||
multi_line_output=5
|
||||
known_standard_library=types
|
||||
known_third_party=pytest,_pytest,django
|
||||
known_first_party=rest_framework
|
|
@ -7,3 +7,11 @@ license_file = LICENSE.md
|
|||
[flake8]
|
||||
ignore = E501
|
||||
banned-modules = json = use from rest_framework.utils import json!
|
||||
|
||||
[isort]
|
||||
skip = .tox
|
||||
atomic = true
|
||||
multi_line_output = 5
|
||||
known_standard_library = types
|
||||
known_third_party = pytest,_pytest,django
|
||||
known_first_party = rest_framework
|
||||
|
|
Loading…
Reference in New Issue
Block a user