diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3802028d..fa30371a 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.7.0' + rev: 'v0.7.3' 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.2 + rev: v19.1.3 hooks: - id: clang-format files: "src" @@ -58,7 +58,7 @@ repos: # Python type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.12.1' + rev: 'v1.13.0' hooks: - id: mypy additional_dependencies: [numpy] @@ -67,7 +67,7 @@ repos: # Clear Jupyter notebook output and remove empty cells # Override this by adding "keep_output": true to "metadata" block - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout args: [--drop-empty-cells] @@ -78,6 +78,6 @@ repos: - id: check-github-workflows - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2024.10.14 + rev: 2024.11.11 hooks: - id: validate-pyproject