aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-28 14:10:57 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-28 14:10:57 -0700
commit6aa1341521deca318f6bb6171fec930632129916 (patch)
tree4d0a7ed3ed21a3df6891ee82606a1e978661bafe /isort.cfg
parent88828059d1ee6799790be340427b327eb82b1035 (diff)
Changingg default section to be first party
Diffstat (limited to 'isort.cfg')
-rw-r--r--isort.cfg1
1 files changed, 1 insertions, 0 deletions
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