mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-03 03:50:11 +03:00
isort: move config to setup.cfg
This commit is contained in:
parent
3c04f8b0b0
commit
b50a41b895
|
@ -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