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
|