From fc5b63501fed77cab81ba89cf92ca48ba608312e Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sun, 23 Feb 2025 11:50:28 +0530 Subject: [PATCH] ci: pin pre-commit/prettier to 3.5.2 --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11aa7e45..932c7f93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,8 @@ repos: rev: v4.0.0-alpha.8 hooks: - id: prettier + additional_dependencies: + - prettier@3.5.2 - repo: https://github.com/codespell-project/codespell rev: v2.4.1