diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec9acabd..b909fb4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -32,7 +32,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.2" + rev: "v0.4.4" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -52,7 +52,7 @@ repos: - id: prettier - repo: https://github.com/scientific-python/cookie - rev: 2024.01.24 + rev: 2024.04.23 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]