jenkins-bot submitted this change.

View Change

Approvals: Jayprakash12345: Looks good to me, but someone else must approve D3r1ck01: Looks good to me, approved jenkins-bot: Verified
[flake8] Ignore duplicated error detection

ignore P205 which is F525:
https://integration.wikimedia.org/ci/job/pywikibot-core-tox-docker/11686/console

Change-Id: I533394895298525167d34eac2a95358114841caa
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index b211d19..213134a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -97,7 +97,7 @@
# D412: No blank lines allowed between a section header and its content
# D413: Missing blank line after last section

-ignore = D105,D211,D401,D413,D412,FI1,FI5,H101,H238,H301,H404,H405,H903,P101,P102,P103,W503
+ignore = D105,D211,D401,D413,D412,FI1,FI5,H101,H238,H301,H404,H405,H903,P101,P102,P103,P205,W503
enable-extensions = H203,H204,H205
exclude = .tox,.git,./*.egg,build,scripts/archive/*,./scripts/i18n/*
min-version = 2.7

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I533394895298525167d34eac2a95358114841caa
Gerrit-Change-Number: 620375
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Jayprakash12345 <0freerunning@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: Dvorapa <dvorapa@seznam.cz>
Gerrit-MessageType: merged