jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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(-)

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]

To view, visit change 532412. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia005c9ac9d501f3bb3f6ae8b89410913d8a60880
Gerrit-Change-Number: 532412
Gerrit-PatchSet: 1
Gerrit-Owner: Huji <huji.huji@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)