|
@@ -1,5 +1,6 @@
|
|
[flake8]
|
|
[flake8]
|
|
ignore =
|
|
ignore =
|
|
|
|
+ E203, # white space before ':'
|
|
E265, # block comment should start with '# '
|
|
E265, # block comment should start with '# '
|
|
E266, # too many leading '#' for block comment
|
|
E266, # too many leading '#' for block comment
|
|
E402, # module level import not at top of file
|
|
E402, # module level import not at top of file
|