This commit is contained in:
Tom Hubrecht 2021-02-07 23:24:33 +01:00
parent 7cfc85f1fc
commit 5bc518eba6
21 changed files with 121 additions and 106 deletions

10
setup.cfg Normal file
View file

@ -0,0 +1,10 @@
[flake8]
max-line-length = 99
exclude = .git, *.pyc, __pycache__, migrations
extend-ignore = E231, E203
[isort]
profile = black
known_django = django
known_first_party = avisstage
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER