fixed flake8 config to match other tooling

This commit is contained in:
bharnden 2019-09-23 22:02:09 -07:00
parent 37e525b4bd
commit d5c257fc9b

View file

@ -11,7 +11,7 @@ line_length=88
[flake8]
ignore=E501,W503,E203
max-line-length=100
max-line-length=88
max-complexity=26
select=B,C,E,F,W,T4
exclude=*_pb2*.py,utm.py,doc,build