Add basic flake8 config

This commit is contained in:
Alex Stokes
2019-08-02 14:38:03 -07:00
parent 2dfd7794b6
commit 224b54ad93

View File

@ -5,6 +5,11 @@ envlist =
py37-test
lint
[flake8]
max-line-length= 100
exclude=
ignore=
[testenv]
deps =
passenv = CI TRAVIS TRAVIS_*