mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 03:02:53 +01:00
.pre-commit-config.yaml: specify prettier version, add commented Ruby plugin
This commit is contained in:
parent
78299210c2
commit
39bfe6b70c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user