This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new eeed42c pre-commit autoupdate
eeed42c is described below
commit eeed42c79bda5ec643b5f3b66e8e98ad74d13735
Author: John Bampton <[email protected]>
AuthorDate: Tue Nov 4 22:35:06 2025 +1000
pre-commit autoupdate
https://pre-commit.com/#pre-commit-autoupdate
---
.pre-commit-config.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 83a6aa5..09860a6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: ^node_modules/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v5.0.0
+ rev: v6.0.0
hooks:
- id: check-ast
- id: check-case-conflict
@@ -31,7 +31,7 @@ repos:
- scripts/ci/LICENSE-template.txt
- --fuzzy-match-generates-todo
- repo: https://github.com/shellcheck-py/shellcheck-py
- rev: v0.10.0.1
+ rev: v0.11.0.1
hooks:
- id: shellcheck
- repo: https://github.com/Riverside-Healthcare/djLint
@@ -51,7 +51,7 @@ repos:
- --profile=jinja
- --reformat
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
- rev: v16.14.1
+ rev: v16.25.0
hooks:
- id: stylelint
additional_dependencies: ['[email protected]',
'[email protected]']
@@ -60,7 +60,7 @@ repos:
types_or: ['css']
args: ['--fix']
- repo: https://github.com/woodruffw/zizmor-pre-commit
- rev: v1.11.0
+ rev: v1.16.2
hooks:
- id: zizmor
args: [--min-severity, low]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]