Add basic flake8 config

This commit is contained in:
Alex Stokes 2019-08-02 14:38:03 -07:00
parent 2dfd7794b6
commit 224b54ad93
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086

View File

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