diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9efa63150..72832b71c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -73,7 +73,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff-check types_or: [python, jupyter] @@ -82,7 +82,7 @@ repos: types_or: [python, jupyter] - repo: https://github.com/scientific-python/cookie - rev: "2025.10.20" + rev: "2025.11.21" hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]