Add flake

This commit is contained in:
Sergey Dudoladov 2019-04-26 12:07:45 +02:00
parent 179e459704
commit 0d0480d515
2 changed files with 5 additions and 0 deletions

3
.flake8 Normal file
View File

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

View File

@ -94,3 +94,5 @@ test:
e2e:
e2e/run.sh
# TODO run before tests once there are implemented completely
flake8 --exit-zero