Skip to content

Commit e00b223

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v21.1.8](pre-commit/mirrors-clang-format@v21.1.6...v21.1.8) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/crate-ci/typos: v1.40.0 → v1](crate-ci/typos@v1.40.0...v1) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0)
1 parent 2c9191e commit e00b223

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ repos:
2525

2626
# Clang format the codebase automatically
2727
- repo: https://github.com/pre-commit/mirrors-clang-format
28-
rev: "v21.1.6"
28+
rev: "v21.1.8"
2929
hooks:
3030
- id: clang-format
3131
types_or: [c++, c, cuda]
3232

3333
# Ruff, the Python auto-correcting linter/formatter written in Rust
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.14.7
35+
rev: v0.14.10
3636
hooks:
3737
- id: ruff-check
3838
args: ["--fix", "--show-fixes"]
3939
- id: ruff-format
4040

4141
# Check static types with mypy
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.19.0"
43+
rev: "v1.19.1"
4444
hooks:
4545
- id: mypy
4646
args: []
@@ -120,7 +120,7 @@ repos:
120120

121121
# Also check spelling
122122
- repo: https://github.com/crate-ci/typos
123-
rev: v1.40.0
123+
rev: v1
124124
hooks:
125125
- id: typos
126126
args: []
@@ -149,7 +149,7 @@ repos:
149149

150150
# Check schemas on some of our YAML files
151151
- repo: https://github.com/python-jsonschema/check-jsonschema
152-
rev: 0.35.0
152+
rev: 0.36.0
153153
hooks:
154154
- id: check-readthedocs
155155
- id: check-github-workflows

0 commit comments

Comments
 (0)