Skip to content

Commit c005479

Browse files
[pre-commit.ci] pre-commit autoupdate (#5395)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.9...v0.15.10) - [github.com/pre-commit/mirrors-clang-format: v22.1.2 → v22.1.3](pre-commit/mirrors-clang-format@v22.1.2...v22.1.3) - [github.com/scop/pre-commit-shfmt: v3.13.0-1 → v3.13.1-1](scop/pre-commit-shfmt@v3.13.0-1...v3.13.1-1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a9b4b6 commit c005479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
exclude: ^source/3rdparty
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
3232
# Ruff version.
33-
rev: v0.15.9
33+
rev: v0.15.10
3434
hooks:
3535
- id: ruff
3636
args: ["--fix"]
@@ -62,7 +62,7 @@ repos:
6262
- mdformat-gfm-alerts==2.0.0
6363
# C++
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65-
rev: v22.1.2
65+
rev: v22.1.3
6666
hooks:
6767
- id: clang-format
6868
exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|source/tests/infer/.+\.json$)
@@ -76,7 +76,7 @@ repos:
7676
exclude: ^(source/3rdparty|\.clang-format)
7777
# Shell
7878
- repo: https://github.com/scop/pre-commit-shfmt
79-
rev: v3.13.0-1
79+
rev: v3.13.1-1
8080
hooks:
8181
- id: shfmt
8282
# CMake

0 commit comments

Comments
 (0)