diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8aef1b0a..f5a44518 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.6" + rev: "v0.1.9" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -47,12 +47,12 @@ repos: - black==22.12.0 - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.1.0" + rev: "v4.0.0-alpha.8" hooks: - id: prettier - repo: https://github.com/scientific-python/cookie - rev: 2023.11.17 + rev: 2023.12.21 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]