From 39bfe6b70cf2d8b3b7a0ac6779d08725222c69bd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 21 May 2023 11:11:31 +0300 Subject: [PATCH] .pre-commit-config.yaml: specify prettier version, add commented Ruby plugin --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c4e43c..a7b3a7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,10 @@ repos: hooks: - id: prettier exclude_types: [python, pyi, jupyter] + additional_dependencies: [ + "prettier@2.8.8", + #"@prettier/plugin-ruby@3.2.2", + ] - repo: https://github.com/psf/black rev: 23.3.0 hooks: