pre-commit autoupdate, comment additional depedencies for prettier

This commit is contained in:
Aminda Suomalainen 2023-08-19 11:52:22 +03:00
parent 9256094cb1
commit 031f5f0a7f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ repos:
args: [--update-only, --notitle] args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.0 rev: 0.24.1
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-actions - id: check-github-actions
@ -47,11 +47,11 @@ repos:
- id: reuse - id: reuse
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.1" rev: "v3.0.2"
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"]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2" rev: "2.7.2"