diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe717a8ae3..2ec3fefd0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,12 +46,12 @@ repos: args: ["--write"] # Python inside docs - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.14.0 hooks: - id: blacken-docs # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.4 + rev: v16.0.6 hooks: - id: clang-format exclude: ^source/3rdparty|source/lib/src/cuda/cudart/.+\.inc @@ -62,7 +62,7 @@ repos: - id: csslint # Shell - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.6.0-2 + rev: v3.7.0-1 hooks: - id: shfmt # CMake