pep: fix E302

This commit is contained in:
satreix
2016-02-25 12:22:51 +01:00
parent 0eb8702a8e
commit bc54b5abaf
13 changed files with 31 additions and 2 deletions
+1 -2
View File
@@ -10,8 +10,7 @@
# E261 at least two spaces before inline comment
# E262 inline comment should start with '# '
# E265 block comment should start with '# '
# E302 expected 2 blank lines, found 1
# E501 line too long (312 > 160 characters)
# E502 the backslash is redundant between brackets
ignore = E111,E121,E122,E123,E124,E125,E126,E127,E128,E261,E262,E265,E302,E501,E502
ignore = E111,E121,E122,E123,E124,E125,E126,E127,E128,E261,E262,E265,E501,E502
max-line-length = 160