kadenios/setup.cfg

11 lines
255 B
INI
Raw Normal View History

2020-12-17 10:34:24 +01:00
[flake8]
max-line-length = 99
exclude = .git, *.pyc, __pycache__, migrations
extend-ignore = E231, E203
[isort]
2020-12-18 15:49:05 +01:00
profile = black
2020-12-17 10:34:24 +01:00
known_django = django
2020-12-18 15:49:05 +01:00
known_first_party = elections, shared
2020-12-17 10:34:24 +01:00
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER