Increase max-line-size for flake8 to 100 and fix other flake errors

This commit is contained in:
Bruno Oliveira
2017-08-09 08:54:23 -03:00
parent c31ec8b222
commit 0987356f64
2 changed files with 6 additions and 1 deletions

View File

@@ -3,3 +3,6 @@ universal = 1
[metadata]
license_file = LICENSE
[flake8]
max-line-length = 100