aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
diff options
context:
space:
mode:
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