mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 05:06:53 +03:00
Add _pytest to .isort.cfg
This commit is contained in:
parent
5c19652080
commit
ddcb77be01
|
@ -3,5 +3,5 @@ skip=.tox
|
||||||
atomic=true
|
atomic=true
|
||||||
multi_line_output=5
|
multi_line_output=5
|
||||||
known_standard_library=types
|
known_standard_library=types
|
||||||
known_third_party=pytest,django
|
known_third_party=pytest,_pytest,django
|
||||||
known_first_party=rest_framework
|
known_first_party=rest_framework
|
||||||
|
|
Loading…
Reference in New Issue
Block a user