mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 11:04:02 +03:00
Add types
to isort's standard library list.
This re-stabilizes sorting after upgrading to 4.2.2.
This commit is contained in:
parent
45c66dae42
commit
bdf9c4997d
|
@ -2,5 +2,6 @@
|
||||||
skip=.tox
|
skip=.tox
|
||||||
atomic=true
|
atomic=true
|
||||||
multi_line_output=5
|
multi_line_output=5
|
||||||
|
known_standard_library=types
|
||||||
known_third_party=pytest,django
|
known_third_party=pytest,django
|
||||||
known_first_party=rest_framework
|
known_first_party=rest_framework
|
||||||
|
|
Loading…
Reference in New Issue
Block a user