Add flake8 dev dependency.

This commit is contained in:
Emil Stenström 2019-11-24 10:25:33 +01:00
parent 99d761b340
commit 379c35d0b1
2 changed files with 4 additions and 0 deletions

View file

@ -2,3 +2,4 @@
tox
pytest
flake8

3
setup.cfg Normal file
View file

@ -0,0 +1,3 @@
[flake8]
ignore = E302
max-line-length = 119