verwaltungstracker/setup.cfg
Stefan Wehrmeyer 19170142c3 Initial commit
2022-02-15 22:18:19 +01:00

17 lines
378 B
INI

[wheel]
universal = 1
[flake8]
extend-ignore = E203,E501,C901
max-line-length = 88
select = C,E,F,W,B,B950
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10
[isort]
profile = black
src_paths = froide
default_section = THIRDPARTY
known_first_party = froide
known_django = django
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER