jenkins-bot merged this change.
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.