Change default section to third party instead of manual

This commit is contained in:
Frank Hamand 2018-04-23 10:29:50 +01:00
parent e09ec7a15d
commit 68f826f7f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[isort]
known_first_party = cabot
known_third_party = celery,jenkins,freezegun,twilio,requests
multi_line_output = 5
known_django = django,polymorphic,rest_framework
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER
default_section = THIRDPARTY
skip_glob = **/migrations/*