Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/814332 )
Change subject: Revert "[tests] set runtime_version for deepsource" ...................................................................... Revert "[tests] set runtime_version for deepsource" This reverts commit aa1d255a0f56ac85eb353f7b474d42d2801bd693. Reason for revert: Errors detected in .deepsource.toml. '3.5.x' is not one of ['3.x.x', '2.x.x'] in meta for analyzer "python" (Docs) Change-Id: I6c2693a695ef682b4d8dcdb7bb20c285221f0fc7 --- M .deepsource.toml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.deepsource.toml b/.deepsource.toml index 6f30679..2419d2f 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -8,6 +8,6 @@ dependency_file_paths = ["dev-requirements.txt"] [analyzers.meta] - runtime_version = "3.5.x" + runtime_version = "3.x.x" max_line_length = 80 type_checker = "mypy" -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/814332 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: I6c2693a695ef682b4d8dcdb7bb20c285221f0fc7 Gerrit-Change-Number: 814332 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]
