Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1234414?usp=email )
Change subject: tests: Update pre-commit hooks ......................................................................
tests: Update pre-commit hooks
Change-Id: Id6348bf87cb1da736159e4176c853e706e3fd2c2 --- M .pre-commit-config.yaml 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58c9d29..33be5b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ language: python require_serial: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.11 + rev: v0.14.14 hooks: - id: ruff-check alias: ruff @@ -92,7 +92,7 @@ - id: isort exclude: ^pwb.py$ - repo: https://github.com/jshwi/docsig - rev: v0.74.2 + rev: v0.76.0 hooks: - id: docsig exclude: ^(tests|scripts)
pywikibot-commits@lists.wikimedia.org