Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1156402?usp=email )
Change subject: tests: fix ruff legacy alias ...................................................................... tests: fix ruff legacy alias Change-Id: I43557c7d8a35fa3a78a1e7e4f740c7b2ec5e40fa --- M .pre-commit-config.yaml 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f28e82a..f3d0c2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,8 @@ - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.13 hooks: - - id: ruff + - id: ruff-check + alias: ruff args: - --fix - repo: https://github.com/asottile/pyupgrade -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1156402?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: I43557c7d8a35fa3a78a1e7e4f740c7b2ec5e40fa Gerrit-Change-Number: 1156402 Gerrit-PatchSet: 1 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]
