Revert "Took out E123 from .pep8"

This reverts commit 56de4c63a7.
This commit is contained in:
rembo10
2016-02-25 17:29:43 +00:00
parent 61ad94c0a0
commit 7e4a1e453b

2
.pep8
View File

@@ -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