Skip to content

Commit b29cec0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/pre-commit/mirrors-clang-format: v22.1.0 → v22.1.1](pre-commit/mirrors-clang-format@v22.1.0...v22.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.4...v0.15.6)
1 parent b178b29 commit b29cec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727

2828
# Check for spelling
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.1
30+
rev: v2.4.2
3131
hooks:
3232
- id: codespell
3333
exclude: >
@@ -39,7 +39,7 @@ repos:
3939
4040
# Clang format
4141
- repo: https://github.com/pre-commit/mirrors-clang-format
42-
rev: v22.1.0
42+
rev: v22.1.1
4343
hooks:
4444
- id: clang-format
4545
types_or: [c++, c, cuda]
@@ -55,7 +55,7 @@ repos:
5555

5656
# Ruff, the Python auto-correcting linter/formatter written in Rust
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.15.4
58+
rev: v0.15.6
5959
hooks:
6060
- id: ruff
6161
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)