aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
blob: 2832db3def23beca1e2ce2f4138f43b744b0433d (plain)
1
2
3
4
5
6
7
8
9
10
11
[settings]
not_skip=__init__.py
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
known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster