Skip to content

Commit 130cf51

Browse files
committed
Fixed .pep8 for travis build (v0.5.12)
2 parents 9c946b6 + 7e4a1e4 commit 130cf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pep8

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# E265 block comment should start with '# '
1212
# E501 line too long (312 > 160 characters)
1313
# E502 the backslash is redundant between brackets
14-
ignore = E121,E122,E124,E125,E126,E127,E128,E261,E262,E265,E501,E502
14+
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E261,E262,E265,E501,E502
1515
max-line-length = 160

0 commit comments

Comments
 (0)