Skip to content

Commit adb475c

Browse files
ci(pre-commit): pre-commit autoupdate (#352)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.4...v0.11.13) - [github.com/pre-commit/mirrors-clang-format: v20.1.5 → v20.1.6](pre-commit/mirrors-clang-format@v20.1.5...v20.1.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4a764c1 commit adb475c

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.11.4
45+
rev: v0.11.13
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.5"
51+
rev: "v20.1.6"
5252
hooks:
5353
- id: clang-format
5454
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)