From f4591c72e2b06dbf738b2b11ea6e218d16f8982c Mon Sep 17 00:00:00 2001 From: fredclausen Date: Sun, 19 Nov 2023 01:29:59 +0000 Subject: [PATCH] chore(deps): Update pre-commit hooks --- .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]