diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9d60f1b4..dae2148ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: # C++ formatting with clang-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.8 + rev: v21.1.0 hooks: - id: clang-format files: \.(cpp|hpp|c|h)$ @@ -22,7 +22,7 @@ repos: # Ruff Python linter - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.12.10 + rev: v0.13.0 hooks: - id: ruff args: [--fix]