jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101476?usp=email )

Change subject: tests: remove hacking rules settings
......................................................................

tests: remove hacking rules settings

hacking tests were deactivated with pre-commit

Change-Id: I297b606b3711bbac8340cf7ad4a3b6bfbd521ff3
---
M tox.ini
1 file changed, 3 insertions(+), 10 deletions(-)

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




diff --git a/tox.ini b/tox.ini
index 7d38ffb..19e2e7c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -118,20 +118,13 @@

 [flake8]
 # The following are intentionally ignored, possibly pending consensus
+# B007: Loop control variable not used within the loop body.
 # E704: multiple statements on one line (def)
-# FI1: __future__ import "x" missing
-# H101: TODO format
-# H23: Python 3 compatibility tests
-# H301: Do not import more than one module per line
-# H306: Alphabetically order your imports by the full module path
-# H404: docstring multiline start
-# H405: docstring summary line
-# H903: Use only UNIX style newlines, not Windows style
 # R100: raise in except handler without from
 # W503: line break before binary operator; against current PEP 8 recommendation

-ignore = 
B007,E704,H101,H231,H232,H233,H234,H235,H236,H237,H238,H301,H306,H404,H405,H903,R100,W503
-enable-extensions = H203,H204,H205,N818
+ignore = B007,E704,R100,W503
+enable-extensions = N818

 count = True
 exclude = .tox,.git,./*.egg,build,./scripts/i18n/*

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101476?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I297b606b3711bbac8340cf7ad4a3b6bfbd521ff3
Gerrit-Change-Number: 1101476
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: JJMC89 <jjmc89.wikime...@gmail.com>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to