Skip to content

Commit d9b0751

Browse files
pre-commit-ci[bot]fedorov
authored andcommitted
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.7](astral-sh/ruff-pre-commit@v0.15.5...v0.15.7) - [github.com/pre-commit/mirrors-clang-format: v22.1.0 → v22.1.1](pre-commit/mirrors-clang-format@v22.1.0...v22.1.1)
1 parent 6061c75 commit d9b0751

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
@@ -40,14 +40,14 @@ repos:
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.15.5"
43+
rev: "v0.15.7"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
4747
- id: ruff-format
4848

4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: "v22.1.0"
50+
rev: "v22.1.1"
5151
hooks:
5252
- id: clang-format
5353
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)