mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
.pre-commit-config.yaml: add prettier-plugin-toml
This commit is contained in:
parent
43f9eed7e0
commit
55e76baf2d
@ -46,7 +46,11 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
["prettier@3.0.1", "@prettier/plugin-xml@3.0.0"]
|
[
|
||||||
|
"prettier@3.0.1",
|
||||||
|
"@prettier/plugin-xml@3.0.0",
|
||||||
|
"prettier-plugin-toml@1.0.0",
|
||||||
|
]
|
||||||
|
|
||||||
- repo: https://github.com/scop/pre-commit-shfmt
|
- repo: https://github.com/scop/pre-commit-shfmt
|
||||||
rev: v3.7.0-1
|
rev: v3.7.0-1
|
||||||
|
Loading…
Reference in New Issue
Block a user