experiENS/setup.cfg

11 lines
253 B
INI
Raw Normal View History

2021-02-07 23:24:33 +01:00
[flake8]
max-line-length = 99
exclude = .git, *.pyc, __pycache__, migrations
2021-02-08 02:27:37 +01:00
extend-ignore = E231, E203, E402
2021-02-07 23:24:33 +01:00
[isort]
profile = black
known_django = django
known_first_party = avisstage
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER