aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
blob: a51387164001c70aefa1b6eb7ad2dfa56a36f2c8 (plain)
1
2
3
4
5
6
7
8
9
10
[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
# Because neovim runs in separate container, explicitly calling out third parties is needed
known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy