From 906a85b9a98182aadffa197e92e12da8147dbf29 Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Tue, 24 Sep 2024 11:35:34 -0400 Subject: [PATCH] pre-commit: disable prettier due to deprecation --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72ab364..d0541b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: trailing-whitespace exclude_types: [svg] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 - hooks: - - id: prettier + # - repo: https://github.com/pre-commit/mirrors-prettier + # rev: v4.0.0-alpha.8 + # hooks: + # - id: prettier