This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch dave2wave-patch-2 in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
commit 4d89580a44dc1afe2df5bd12f25cdb6b8a4128d8 Author: Dave Fisher <[email protected]> AuthorDate: Mon Nov 3 15:13:25 2025 -0800 Add pre-commit hooks for large files and workflows Added new pre-commit hooks for large file checks and GitHub workflows. --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d324a3d..e277dfd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: + - id: check-added-large-files - id: check-ast - id: check-case-conflict - id: check-executables-have-shebangs @@ -71,3 +72,11 @@ repos: rev: v1.7.7 hooks: - id: actionlint + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.30.0 + hooks: + - id: check-github-workflows + - repo: https://github.com/zizmorcore/zizmor-pre-commit + rev: v1.16.0 + hooks: + - id: zizmor --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
