Merlijn van Deen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79595


Change subject: Ignore E502 'the backslash is redundant between brackets'
......................................................................

Ignore E502 'the backslash is redundant between brackets'

Change-Id: I741e7ec56415a5fc2e55f5687d4fc5fa584d5c81
---
M .pep8
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/95/79595/1

diff --git a/.pep8 b/.pep8
index 930dd70..9ab8659 100644
--- a/.pep8
+++ b/.pep8
@@ -1,4 +1,4 @@
 [pep8]
-ignore = E122
+ignore = E122,E502
 exclude = 
distribute_setup.py,externals,user-config.py,./scripts/i18n/*,./pywikibot/date.py,./pywikibot/family.py,./pywikibot/fixes.py
 max_line_length = 256

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I741e7ec56415a5fc2e55f5687d4fc5fa584d5c81
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <valhall...@arctus.nl>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to