aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'isort.cfg')
-rw-r--r--isort.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/isort.cfg b/isort.cfg
index 3874f75..01ca055 100644
--- a/isort.cfg
+++ b/isort.cfg
@@ -1,2 +1,8 @@
[settings]
not_skip=__init__.py
+indent=' '
+multi_line_output=5
+known_django=django
+sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
+skip=migrations
+include_trailing_comma=True