Skip to content

Commit 0a974fe

Browse files
chore(deps): update pre-commit hooks (#4923)
updates: - [github.com/pre-commit/mirrors-clang-format: v17.0.3 → v17.0.4](pre-commit/mirrors-clang-format@v17.0.3...v17.0.4) - [github.com/astral-sh/ruff-pre-commit: v0.1.2 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.2...v0.1.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f260693 commit 0a974fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

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

2626
# Clang format the codebase automatically
2727
- repo: https://github.com/pre-commit/mirrors-clang-format
28-
rev: "v17.0.3"
28+
rev: "v17.0.4"
2929
hooks:
3030
- id: clang-format
3131
types_or: [c++, c, cuda]
@@ -38,7 +38,7 @@ repos:
3838

3939
# Ruff, the Python auto-correcting linter written in Rust
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.1.2
41+
rev: v0.1.4
4242
hooks:
4343
- id: ruff
4444
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)