jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/532412 )
Change subject: Update tox.ini file to make it pycodestyle compliant ......................................................................
Update tox.ini file to make it pycodestyle compliant
[pep8] is deprecated and should be replaced with [pycodestyle] or else a warning is shown
Bug: T231219 Change-Id: Ia005c9ac9d501f3bb3f6ae8b89410913d8a60880 --- M tox.ini 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index 8114a09..3692d0b 100644 --- a/tox.ini +++ b/tox.ini @@ -249,7 +249,7 @@ tests/wikibase_tests.py: N802 tests/xmlreader_tests.py: N802
-[pep8] +[pycodestyle] exclude = .tox,.git,./*.egg,build,user-config.py,scripts/archive/*,./scripts/i18n/*,scripts/userscripts/*
[pep257]
pywikibot-commits@lists.wikimedia.org