This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 3a4d0d3 pre-commit autoupdate (#53)
3a4d0d3 is described below
commit 3a4d0d3ace95fd28f6a7e56d0843199593e18edf
Author: John Bampton <[email protected]>
AuthorDate: Thu Nov 6 04:00:11 2025 +1000
pre-commit autoupdate (#53)
https://pre-commit.com/#pre-commit-autoupdate
---
.pre-commit-config.yaml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e277dfd..5cb481f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
name: run check-hooks-apply
description: check hooks apply to the repository
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v5.0.0
+ rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-ast
@@ -46,7 +46,7 @@ repos:
types: [markdown]
files: \.md$
- repo: https://github.com/shellcheck-py/shellcheck-py
- rev: v0.10.0.1
+ rev: v0.11.0.1
hooks:
- id: shellcheck
name: run shellcheck
@@ -61,7 +61,7 @@ repos:
types: [yaml]
files: \.ya?ml$
- repo: https://github.com/crate-ci/typos
- rev: v1.34.0
+ rev: v1.39.0
hooks:
- id: typos
name: run typos
@@ -69,14 +69,14 @@ repos:
files: \.(html|md|py|sh|ya?ml)$
args: [--config=.github/linters/.typos.toml]
- repo: https://github.com/rhysd/actionlint
- rev: v1.7.7
+ rev: v1.7.8
hooks:
- id: actionlint
- repo: https://github.com/python-jsonschema/check-jsonschema
- rev: 0.30.0
+ rev: 0.34.1
hooks:
- id: check-github-workflows
- repo: https://github.com/zizmorcore/zizmor-pre-commit
- rev: v1.16.0
+ rev: v1.16.2
hooks:
- id: zizmor
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]