Skip to content

Commit 9cddd15

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-clang-format: v22.1.1 → v22.1.2](pre-commit/mirrors-clang-format@v22.1.1...v22.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.7...v0.15.9)
1 parent 4da0a89 commit 9cddd15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
4545
# Clang format
4646
- repo: https://github.com/pre-commit/mirrors-clang-format
47-
rev: v22.1.1
47+
rev: v22.1.2
4848
hooks:
4949
- id: clang-format
5050
types_or: [c++, c, cuda]
@@ -60,7 +60,7 @@ repos:
6060

6161
# Ruff, the Python auto-correcting linter/formatter written in Rust
6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.15.7
63+
rev: v0.15.9
6464
hooks:
6565
- id: ruff
6666
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)