tighten flake8, autopep8 to fix trailing whitespaces and blank lines with whitespaces (#87)

This commit is contained in:
pzhokhov
2018-09-11 11:01:51 -07:00
committed by Peter Zhokhov
parent e56803491f
commit 9070ee7ef3
43 changed files with 176 additions and 176 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
select = F,E999
select = F,E999,W291,W293
exclude =
.git,
__pycache__,