diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6de0806..950fac3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v22.1.2' + rev: 'v22.1.5' hooks: - id: clang-format types: ["c++"] @@ -9,7 +9,7 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/biomejs/pre-commit - rev: v2.4.10 + rev: v2.5.2 hooks: - id: biome-lint types_or: ["javascript", "css"] @@ -22,7 +22,7 @@ repos: - id: cmake-format files: CMakeLists\.txt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.20 hooks: - id: ruff-check types: ["python"]