diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f66a9f8..27e8f03e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.3 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -27,7 +27,7 @@ repos: - rich - repo: https://github.com/scientific-python/cookie - rev: 2025.10.01 + rev: 2025.10.20 hooks: - id: sp-repo-review