diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f85086d5bc..fb0c43fd7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.7 + rev: v0.15.8 hooks: - id: ruff args: ["--fix"] @@ -62,7 +62,7 @@ repos: - mdformat-gfm-alerts==2.0.0 # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.1 + rev: v22.1.2 hooks: - id: clang-format exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|source/tests/infer/.+\.json$) @@ -76,7 +76,7 @@ repos: exclude: ^(source/3rdparty|\.clang-format) # Shell - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.0-1 hooks: - id: shfmt # CMake