Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1218724?usp=email )
Change subject: isort: set standard library based on Python 3.9 ...................................................................... isort: set standard library based on Python 3.9 Bug: T401802 Change-Id: I18485edee59548f73224dbd3d9a2bbb1de0db7a2 Signed-off-by: Xqt <[email protected]> --- M pyproject.toml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/pyproject.toml b/pyproject.toml index a18217a..a9a02c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -173,7 +173,7 @@ [tool.isort] -py_version = 38 +py_version = 39 add_imports = ["from __future__ import annotations"] atomic = true ensure_newline_before_comments = true -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1218724?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: I18485edee59548f73224dbd3d9a2bbb1de0db7a2 Gerrit-Change-Number: 1218724 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]
