django-rest-framework/.isort.cfg
Aarni Koskela bdf9c4997d Add types to isort's standard library list.
This re-stabilizes sorting after upgrading to 4.2.2.
2015-11-26 15:42:49 +02:00

8 lines
147 B
INI

[settings]
skip=.tox
atomic=true
multi_line_output=5
known_standard_library=types
known_third_party=pytest,django
known_first_party=rest_framework