mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user