diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e228775f..355d2c7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # Ruff linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.8.3' + rev: 'v0.8.6' hooks: - id: ruff args: [--fix, --show-fixes] @@ -42,7 +42,7 @@ repos: # C++ formatting - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.5 + rev: v19.1.6 hooks: - id: clang-format files: "src" @@ -58,7 +58,7 @@ repos: # Python type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.13.0' + rev: 'v1.14.1' hooks: - id: mypy additional_dependencies: [numpy]