From 910fa8c5917875d09daabc11530db3b049c53a87 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 7 Mar 2023 12:13:17 +0200 Subject: [PATCH] pre-commit: update prettier --- .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 2dcbc7c..42f55d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.4" + rev: "v3.0.0-alpha.6" hooks: - id: prettier - repo: https://github.com/editorconfig-checker/editorconfig-checker.python