John Vandenberg has uploaded a new change for review.

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

Change subject: Disable pep8 E402
......................................................................

Disable pep8 E402

Bug: T87409
Change-Id: I66d97493ca90533c38dd67c2c2849545799857a1
---
M tox.ini
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/68/189168/1

diff --git a/tox.ini b/tox.ini
index e2e1451..8a94449 100644
--- a/tox.ini
+++ b/tox.ini
@@ -136,12 +136,12 @@
 commands = {posargs}
 
 [flake8]
-ignore = E122,E127,E241,E265
+ignore = E122,E127,E241,E265,E402
 exclude = 
.tox,.git,./*.egg,ez_setup.py,build,externals,user-config.py,./scripts/i18n/*
 max_line_length = 130
 
 [pep8]
-ignore = E122,E127,E241
+ignore = E122,E127,E241,E402
 exclude = 
.tox,.git,./*.egg,ez_setup.py,build,externals,user-config.py,./scripts/i18n/*
 max_line_length = 130
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66d97493ca90533c38dd67c2c2849545799857a1
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>

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

Reply via email to