This commit is contained in:
Tom Hubrecht 2021-02-08 02:27:37 +01:00
parent b53170feae
commit 32ba0e6111
18 changed files with 37 additions and 53 deletions

View file

@ -1,7 +1,7 @@
[flake8]
max-line-length = 99
exclude = .git, *.pyc, __pycache__, migrations
extend-ignore = E231, E203
extend-ignore = E231, E203, E402
[isort]
profile = black