Skip to content

Commit 70dfc2a

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.4 → v0.16.5](astral-sh/ruff-pre-commit@v0.16.4...v0.16.5) - [github.com/pre-commit/mirrors-clang-format: v22.1.8 → v23.1.0](pre-commit/mirrors-clang-format@v22.1.8...v23.1.0)
1 parent e46fc3e commit 70dfc2a

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

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.16.4"
43+
rev: "v0.16.5"
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.8"
50+
rev: "v23.1.0"
5151
hooks:
5252
- id: clang-format
5353
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)