Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1264643?usp=email )
Change subject: tests: update pre-commit hooks ......................................................................
tests: update pre-commit hooks
Change-Id: Ia4a721f52ece6b19141784f13e2fd8b6f1dfece7 --- M .pre-commit-config.yaml 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b864e4..c9d741a 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.15.7 + rev: v0.15.8 hooks: - id: ruff-check alias: ruff @@ -98,7 +98,7 @@ name: isort (skip future annotations) files: ^pwb.py$ - repo: https://github.com/jshwi/docsig - rev: v0.81.1 + rev: v0.81.2 hooks: - id: docsig exclude: ^(tests|scripts)
pywikibot-commits@lists.wikimedia.org