From 913a300e2955e5acba41651978d22bdc0105f6aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:51:59 -0700 Subject: [PATCH] chore(deps): Update pre-commit hooks (#152) Update pre-commit hooks Co-authored-by: fredclausen --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e276a5..04061ae 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: "v3.0.3" # Use the sha / tag you want to point at + rev: "v3.1.0" # Use the sha / tag you want to point at hooks: - id: prettier types_or: [file, bash, sh, javascript, jsx, ts, tsx]