From 6aa1341521deca318f6bb6171fec930632129916 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 28 Feb 2017 14:10:57 -0700 Subject: Changingg default section to be first party --- isort.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'isort.cfg') diff --git a/isort.cfg b/isort.cfg index 92e8da6..2832db3 100644 --- a/isort.cfg +++ b/isort.cfg @@ -4,6 +4,7 @@ indent=' ' multi_line_output=5 known_django=django sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER +default_section=FIRSTPARTY skip=migrations include_trailing_comma=True # Because neovim runs in separate container, explicitly calling out third parties is needed -- cgit v1.2.3