mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
.pre-commit-config.yaml: update prettier, comment its additional dependencies
This commit is contained in:
parent
0a8043a9d7
commit
8dd3abbf1f
@ -42,15 +42,15 @@ repos:
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.1"
|
||||
rev: "v3.0.2"
|
||||
hooks:
|
||||
- id: prettier
|
||||
additional_dependencies:
|
||||
[
|
||||
"prettier@3.0.1",
|
||||
"@prettier/plugin-xml@3.0.0",
|
||||
"prettier-plugin-toml@1.0.0",
|
||||
]
|
||||
#additional_dependencies:
|
||||
#[
|
||||
#"prettier@3.0.1",
|
||||
#"@prettier/plugin-xml@3.0.0",
|
||||
#"prettier-plugin-toml@1.0.0",
|
||||
#]
|
||||
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.7.0-1
|
||||
|
Loading…
Reference in New Issue
Block a user