From 7e4a1e453b052913395ff51e6341789d33ad4b22 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Thu, 25 Feb 2016 17:29:43 +0000 Subject: [PATCH] Revert "Took out E123 from .pep8" This reverts commit 56de4c63a73c05f76b487423f399379ac460b366. --- .pep8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pep8 b/.pep8 index a9fb14c7..daa763d1 100644 --- a/.pep8 +++ b/.pep8 @@ -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