Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1295535?usp=email )
Change subject: tests: Update precommit-hooks ......................................................................
tests: Update precommit-hooks
Change-Id: Ie84c176d858b7c12989535fa4114fc2a591eaf56 --- M .pre-commit-config.yaml 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f52916..6435acc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ hooks: - id: yamlfix - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.15 hooks: - id: ruff-check alias: ruff @@ -96,7 +96,7 @@ name: isort (skip future annotations) files: ^(pwb|pywikibot/families/__init__).py$ - repo: https://github.com/jshwi/docsig - rev: v0.85.0 + rev: v0.86.0 hooks: - id: docsig exclude: ^(tests|scripts)
pywikibot-commits@lists.wikimedia.org