From c7894cf2b60b8f001ae5d29b72fb717c52e97ea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:15:46 -0700 Subject: [PATCH] chore(deps): Update pre-commit hooks (#155) 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 3fed98c..b773baa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,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]