Skip to content

Commit ee024ac

Browse files
ci(pre-commit): pre-commit autoupdate (#358)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.3](astral-sh/ruff-pre-commit@v0.12.2...v0.12.3) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v20.1.8](pre-commit/mirrors-clang-format@v20.1.7...v20.1.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a9936ce commit ee024ac

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
@@ -42,13 +42,13 @@ repos:
4242
- id: setup-cfg-fmt
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.12.2
45+
rev: v0.12.3
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --show-fixes]
4949

5050
- repo: https://github.com/pre-commit/mirrors-clang-format
51-
rev: "v20.1.7"
51+
rev: "v20.1.8"
5252
hooks:
5353
- id: clang-format
5454
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)