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: