.pre-commit-config.yaml: bumb prettier & prettier/plugin-ruby versions

This commit is contained in:
Aminda Suomalainen 2024-01-08 12:45:39 +02:00
parent db9ab6a0e9
commit 5b683a99a4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -78,9 +78,9 @@ repos:
exclude_types: [python, pyi, jupyter] exclude_types: [python, pyi, jupyter]
additional_dependencies: [ additional_dependencies: [
# https://www.npmjs.com/package/prettier # https://www.npmjs.com/package/prettier
"prettier@3.1.0", "prettier@3.1.1",
# https://www.npmjs.com/package/@prettier/plugin-ruby # https://www.npmjs.com/package/@prettier/plugin-ruby
"@prettier/plugin-ruby@4.0.3", "@prettier/plugin-ruby@4.0.4",
] ]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.12.1 rev: 23.12.1