mirror of https://github.com/status-im/cabot.git
Change default section to third party instead of manual
This commit is contained in:
parent
e09ec7a15d
commit
68f826f7f5
|
@ -1,7 +1,7 @@
|
||||||
[isort]
|
[isort]
|
||||||
known_first_party = cabot
|
known_first_party = cabot
|
||||||
known_third_party = celery,jenkins,freezegun,twilio,requests
|
|
||||||
multi_line_output = 5
|
multi_line_output = 5
|
||||||
known_django = django,polymorphic,rest_framework
|
known_django = django,polymorphic,rest_framework
|
||||||
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER
|
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER
|
||||||
|
default_section = THIRDPARTY
|
||||||
skip_glob = **/migrations/*
|
skip_glob = **/migrations/*
|
||||||
|
|
Loading…
Reference in New Issue