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

@@ -8,7 +8,7 @@ if sys.version_info.major != 3:
extras = {
'test': [
'filelock',
'filelock',
'pytest'
]
}