diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c12ce1fb..8aef1b0a 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.5" + rev: "v0.1.6" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -52,7 +52,7 @@ repos: - id: prettier - repo: https://github.com/scientific-python/cookie - rev: 2023.10.27 + rev: 2023.11.17 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]