diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 966eb05..4c0a944 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.7" + rev: "v0.11.8" hooks: - id: ruff types: [file, python] @@ -82,7 +82,7 @@ repos: - id: validate-pyproject - repo: https://github.com/scientific-python/cookie - rev: 2025.01.22 + rev: 2025.05.02 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]