From 86bd77a0fcf8981000f7e0658600ae3259aea840 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Mon, 18 Dec 2023 12:27:25 +0530 Subject: [PATCH] revert: pre-commit prettier to 3.1.0 --- .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 aa06e4e6..39bf15cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.6 + rev: v3.1.0 hooks: - id: prettier