diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73c4e1b..d4aa843 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-github-workflows - repo: https://github.com/hukkin/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -67,7 +67,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.0 + rev: v0.14.3 hooks: - id: ruff-check types_or: [python, jupyter] @@ -76,7 +76,7 @@ repos: types_or: [python, jupyter] - repo: https://github.com/scientific-python/cookie - rev: "2025.10.01" + rev: "2025.10.20" hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]