Add flake8 to the tidy process for Python files

Fixes #6236

Also included in this commit are the changes need to make flake8 pass
for the existing python file
This commit is contained in:
Corey Farwell 2015-06-03 20:29:13 -04:00
parent 907c051bd1
commit 848c57653c
15 changed files with 113 additions and 68 deletions

View file

@ -59,4 +59,4 @@ licenses = [
# except according to those terms.
""",
]
] # noqa: Indicate to flake8 that we do not want to check indentation here