From 68f826f7f5cf3434f7f543b7db176e57d2923a93 Mon Sep 17 00:00:00 2001 From: Frank Hamand Date: Mon, 23 Apr 2018 10:29:50 +0100 Subject: [PATCH] Change default section to third party instead of manual --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c818d80..bd529d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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/*