diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae5ec617..b2396675 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: types: [file, python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.3" + rev: "v0.14.4" hooks: - id: ruff-check types: [file, python] @@ -93,7 +93,7 @@ repos: types: [file, python] - repo: https://github.com/scientific-python/cookie - rev: 2025.10.20 + rev: 2025.11.10 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]