diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0bd91b6..d510b78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: [--maxkb=8192] @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.8 + rev: v19.1.7 hooks: - id: clang-format exclude: | @@ -32,7 +32,7 @@ repos: )$ #- id: cmake-lint <- not ready yet - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell exclude: |