tjdests/.isort.cfg
2021-04-19 21:30:14 -04:00

11 lines
257 B
INI

[settings]
line_length=100
multi_line_output=3
include_trailing_comma=true
skip=tjdests/media
skip_glob=*/migrations/*,secret*
known_django=django
known_tjdests=tjdests
default_section=THIRDPARTY
sections=FUTURE,STDLIB,THIRDPARTY,DJANGO,TJDESTS,LOCALFOLDER