diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 515a0606b..b0ac9f201 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: types_or: [yaml, markdown, html, css, javascript, json] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -79,7 +79,7 @@ repos: additional_dependencies: [black==23.*] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy files: ^(src|tests) @@ -107,7 +107,7 @@ repos: # Check best practices for scientific Python code - repo: https://github.com/scientific-python/cookie - rev: 2024.03.10 + rev: 2024.04.23 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]