Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050777?usp=email )

Change subject: [flake8] exclude DAR000 issue
......................................................................

[flake8] exclude DAR000 issue

Bug: T368849
Change-Id: Ifce04215e880f76045581d1a5178b66e47cb74e1
---
M tox.ini
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/tox.ini b/tox.ini
index f11f8dd..cfca5ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -138,8 +138,9 @@
 # D413: Missing blank line after last section

 # DARXXX: Darglint docstring issues to be solved
+# DAR000: T368849

-ignore = 
B007,D105,D211,D401,D413,D412,DAR003,DAR101,DAR102,DAR201,DAR202,DAR301,DAR401,DAR402,DAR501,H101,H231,H232,H233,H234,H235,H236,H237,H238,H301,H306,H404,H405,H903,P101,P102,P103,P205,R100,W503
+ignore = 
B007,D105,D211,D401,D413,D412,DAR000,DAR003,DAR101,DAR102,DAR201,DAR202,DAR301,DAR401,DAR402,DAR501,H101,H231,H232,H233,H234,H235,H236,H237,H238,H301,H306,H404,H405,H903,P101,P102,P103,P205,R100,W503
 enable-extensions = H203,H204,H205,N818

 count = True

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050777?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ifce04215e880f76045581d1a5178b66e47cb74e1
Gerrit-Change-Number: 1050777
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to