From 1bd25264fb502609b56d7e843a6a875772442ab1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:29:48 +1000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.3) * Add prettier dependency --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Cristiano Nicolai <570894+cristianonicolai@users.noreply.github.com> --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3487728..189d394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,10 +2,12 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.1.0 + rev: v4.0.0-alpha.3 hooks: - id: prettier always_run: true + additional_dependencies: + - prettier - repo: https://github.com/codespell-project/codespell rev: v2.2.6 hooks: