diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 245f691ce3..8a8e98cac7 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.1.4 + rev: v0.1.5 hooks: - id: ruff args: ["--fix"] @@ -64,9 +64,9 @@ repos: - id: csslint # Shell - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.7.0-1 + rev: v3.7.0-3 hooks: - - id: shfmt + - id: shfmt-src # CMake - repo: https://github.com/cheshirekow/cmake-format-precommit rev: v0.6.13