Select Git revision
-
Fynn Becker authoredFynn Becker authored
setup.cfg 333 B
[flake8]
max-line-length = 119
exclude = **/settings/*
[isort]
combine_as_import = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = postgrestutils
known_django = django
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
line_length = 79
multi_line_output = 5
not_skip = __init__.py