GHA CI: Bump some pre-commit hook revisions

* Bumped `pre-commit-hooks` -> v6.0.0
* Bumped `typos` -> v1.35.3
This commit is contained in:
xavier2k6 2025-08-12 16:44:26 +01:00
commit 746af8bee0

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)