Fixing flake8 E266 errors

This commit is contained in:
Lukasz Langa
2016-12-20 00:06:36 -08:00
parent 6b5c6626d6
commit 5b6a9937b2
10 changed files with 85 additions and 86 deletions

View File

@@ -18,7 +18,6 @@ ignore = F401, F811, E127, E128, E301, E302, E305, E501, E701, E704
# Errors that we need to fix before enabling flake8 by default:
# 921 F821 undefined name
# 85 E266 too many leading ### in a block comment
# 59 E265 block comment should start with #
# 52 E402 module-level import not at top of file
# 48 E225 missing whitespace around operator