add flake8

This commit is contained in:
2021-06-15 18:08:57 +02:00
parent 375f618e0d
commit b0950e58cc
8 changed files with 60 additions and 22 deletions

5
.flake8 Normal file
View File

@ -0,0 +1,5 @@
[flake8]
max-line-length = 120
exclude =
.git,
migrations