Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1103901?usp=email )

Change subject: tests: ignore bugbear B028: No explicit stacklevel argument 
found
......................................................................

tests: ignore bugbear B028: No explicit stacklevel argument found

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

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




diff --git a/tox.ini b/tox.ini
index b37bac0..4d474e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -117,12 +117,13 @@

 [flake8]
 # The following are intentionally ignored, possibly pending consensus
-# B007: Loop control variable not used within the loop body.
+# B007: Loop control variable not used within the loop body
+# B028: No explicit stacklevel argument found
 # E704: multiple statements on one line (def)
 # R100: raise in except handler without from
 # W503: line break before binary operator; against current PEP 8 recommendation

-ignore = B007,E704,R100,W503
+ignore = B007,B028,E704,R100,W503
 enable-extensions = N818

 count = True

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1103901?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: I695d99aa70b06232fc3481f2ff68dee0c401b4ec
Gerrit-Change-Number: 1103901
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
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