GHA CI: Bump some pre-commit hook revisions
Some checks failed
CI - File health / Check (push) Waiting to run
CI - macOS / Build (push) Waiting to run
CI - Python / Check (push) Waiting to run
CI - Ubuntu / Build (push) Waiting to run
CI - WebUI / Check (push) Waiting to run
CI - Windows / Build (push) Waiting to run
cpp.yaml / GHA CI: Bump some pre-commit hook revisions (push) Failing after 0s
js.yaml / GHA CI: Bump some pre-commit hook revisions (push) Failing after 0s

* Bumped `pre-commit-hooks` -> v6.0.0
* Bumped `typos` -> v1.35.3

PR #23097.
This commit is contained in:
xavier2k6 2025-08-17 19:58:38 +01:00 committed by GitHub
commit 119a5a6e85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ repos:
- ts - ts
- repo: https://github.com/pre-commit/pre-commit-hooks.git - repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: check-json - id: check-json
name: Check JSON files name: Check JSON files
@ -88,7 +88,7 @@ repos:
- ts - ts
- repo: https://github.com/crate-ci/typos.git - repo: https://github.com/crate-ci/typos.git
rev: v1.32.0 rev: v1.35.3
hooks: hooks:
- id: typos - id: typos
name: Check spelling (typos) name: Check spelling (typos)