ArielGlenn has submitted this change and it was merged.

Change subject: pep8: ignore E128
......................................................................


pep8: ignore E128

"continuation line under-indented for visual indent" is often annoying
so skip that check entirely.

Change-Id: Iae05af714b42a1a5829008f9665d7c068e64bb3a
---
M .pep8
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.pep8 b/.pep8
index 66a654a..cfc647a 100644
--- a/.pep8
+++ b/.pep8
@@ -6,10 +6,11 @@
 ; Skip some specific checks we will eventually fix later on:
 ;
 ; W191: indentation contains tabs
+; E128 continuation line under-indented for visual indent
 ; E225 missing whitespace around operator
 ; E231 missing whitespace after ',
 ; E501 line too long (92 > 79 characters)
 ; E301 expected 1 blank line, found 0
 ; E302 expected 2 blank lines, found 1
 
-ignore = W191,E225,E231,E501,E301,E302
+ignore = W191,E128,E225,E231,E501,E301,E302

-- 
To view, visit https://gerrit.wikimedia.org/r/95588
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae05af714b42a1a5829008f9665d7c068e64bb3a
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to