jenkins-bot has submitted this change and it was merged.

Change subject: [tox] Block this stupid E265 error which breaks the IDLE
......................................................................


[tox] Block this stupid E265 error which breaks the IDLE

Python's Integrated Development Environmet has functions to
to comment out region and uncomment regions and therefore
uses "##" on first position of a line. Changing it breaks that
behaviour.

Change-Id: I9273a9b44c6c37d36fe9cffe34279360caa3e252
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Merlijn van Deen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tox.ini b/tox.ini
index 3d09c39..5a6209e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@
 commands = {posargs}
 
 [flake8]
-ignore = E122,E127,E241,E502
+ignore = E122,E127,E241,E265,E502
 exclude = 
.tox,.git,./*.egg,ez_setup.py,externals,user-config.py,./scripts/i18n/*,./pywikibot/date.py
 max_line_length = 256
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9273a9b44c6c37d36fe9cffe34279360caa3e252
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to