diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 467f4f43e..279ccd758 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: exclude: ".*(tests.*)$" - repo: https://github.com/scientific-python/cookie - rev: 2024.04.23 + rev: 2024.08.19 hooks: - id: sp-repo-review @@ -77,7 +77,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.7" + rev: "v0.6.4" hooks: - id: ruff args: ["--fix", "--show-fixes"]