From 977ae5e32a8c640d6e1e62219c53ca24f8c84639 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:27:26 -0700 Subject: [PATCH] chore(deps): Update pre-commit hooks (#40) Co-authored-by: fredclausen --- .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 9db5e22..cad52a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.6" # Use the sha / tag you want to point at + rev: "v4.0.0-alpha.8" # Use the sha / tag you want to point at hooks: - id: prettier types_or: [file, bash, sh, javascript, jsx, ts, tsx] @@ -54,7 +54,7 @@ repos: # lint python formatting - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black