From 9e7c4416fa8776c00843c18390a1dc2d7b4179d0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:38:08 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#129) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]"]