.pre-commit-config.yaml: specify prettier version, add commented Ruby plugin

This commit is contained in:
Aminda Suomalainen 2023-05-21 11:11:31 +03:00
parent 78299210c2
commit 39bfe6b70c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -35,6 +35,10 @@ repos:
hooks: hooks:
- id: prettier - id: prettier
exclude_types: [python, pyi, jupyter] exclude_types: [python, pyi, jupyter]
additional_dependencies: [
"prettier@2.8.8",
#"@prettier/plugin-ruby@3.2.2",
]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.3.0
hooks: hooks: