jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1052417?usp=email )
Change subject: [pep8] remove invalid noqa pattern ...................................................................... [pep8] remove invalid noqa pattern Change-Id: Id1d95dd2ef85c87248ee5cbfe9e66fb42b2fda9a --- M pywikibot/__init__.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py index 569889b..1d08b81 100644 --- a/pywikibot/__init__.py +++ b/pywikibot/__init__.py @@ -269,7 +269,7 @@ ) -def showDiff(oldtext: str, # noqa: 134 +def showDiff(oldtext: str, # noqa: N802 newtext: str, context: int = 0) -> None: """ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1052417?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: Id1d95dd2ef85c87248ee5cbfe9e66fb42b2fda9a Gerrit-Change-Number: 1052417 Gerrit-PatchSet: 2 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