jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/877150 )
Change subject: [PEP 263] Remove ignoring C103 after files are cleaned ...................................................................... [PEP 263] Remove ignoring C103 after files are cleaned Change-Id: I43ca47bd6e11344edaef40efe6598a10b6e5026c --- M tox.ini 1 file changed, 10 insertions(+), 2 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tox.ini b/tox.ini index c9e5e54..a5f454b 100644 --- a/tox.ini +++ b/tox.ini @@ -131,7 +131,7 @@ # DARXXX: Darglint docstring issues to be solved -ignore = B007,C103,D105,D211,D401,D413,D412,DAR003,DAR101,DAR102,DAR201,DAR202,DAR301,DAR401,DAR402,DAR501,H101,H238,H301,H306,H404,H405,H903,P101,P102,P103,P205,W503 +ignore = B007,D105,D211,D401,D413,D412,DAR003,DAR101,DAR102,DAR201,DAR202,DAR301,DAR401,DAR402,DAR501,H101,H238,H301,H306,H404,H405,H903,P101,P102,P103,P205,W503 enable-extensions = H203,H204,H205,N818 color = always @@ -229,7 +229,6 @@ ignore_regex=:keyword # flake8-coding -# note: C103 can be removed from ignore if scripts are cleaned from coding part no-accept-encodings = true # pep8-naming -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/877150 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I43ca47bd6e11344edaef40efe6598a10b6e5026c Gerrit-Change-Number: 877150 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
