Skip to content

Commit

Permalink
Fixed .pep8 for travis build (v0.5.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rembo10 committed Feb 25, 2016
2 parents 9c946b6 + 7e4a1e4 commit 130cf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pep8
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# E265 block comment should start with '# '
# E501 line too long (312 > 160 characters)
# E502 the backslash is redundant between brackets
ignore = E121,E122,E124,E125,E126,E127,E128,E261,E262,E265,E501,E502
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E261,E262,E265,E501,E502
max-line-length = 160

0 comments on commit 130cf51

Please sign in to comment.