From 07c22b19ec73d8adeaf02af979d184cf9a714125 Mon Sep 17 00:00:00 2001 From: Nikolai Ponomarev Date: Tue, 16 Apr 2024 15:06:26 +0300 Subject: [PATCH] Disable prettier in pre-commit For some reason it's broken with --amend and now deprecated --- .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 4f99c26..f665979 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-yaml - id: fix-byte-order-marker - id: mixed-line-ending - - 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