diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09d33f5..1a15157 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: ## Check the pyproject.toml file - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.03.29 + rev: 2026.04.03 hooks: - id: validate-pyproject priority: 0 @@ -56,14 +56,14 @@ repos: ## Check for spelling - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.44.0 + rev: v1.45.0 hooks: - id: typos priority: 0 ## Check best practices for scientific Python code - repo: https://github.com/scientific-python/cookie - rev: 2026.03.02 + rev: 2026.04.04 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]