Skip to content

Commit 63e150b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.7...v0.15.8) - [github.com/pre-commit/mirrors-clang-format: v22.1.1 → v22.1.2](pre-commit/mirrors-clang-format@v22.1.1...v22.1.2) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.0-1](scop/pre-commit-shfmt@v3.12.0-2...v3.13.0-1)
1 parent 7cd0d19 commit 63e150b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.7
33+
rev: v0.15.8
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.1
65+
rev: v22.1.2
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.12.0-2
79+
rev: v3.13.0-1
8080
hooks:
8181
- id: shfmt
8282
# CMake

0 commit comments

Comments
 (0)