update .pre-commit-config.yaml

This commit is contained in:
Aminda Suomalainen 2023-11-24 22:09:21 +02:00
parent af6e1cb294
commit b89ea48b25
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 8 additions and 8 deletions

View File

@ -38,22 +38,22 @@ repos:
args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v3.1.0"
hooks:
- id: prettier
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"prettier@3.0.3",
# https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.2.1",
]
#additional_dependencies: [
# https://www.npmjs.com/package/prettier
#"prettier@3.0.3",
# https://www.npmjs.com/package/@prettier/plugin-xml
#"@prettier/plugin-xml@3.2.1",
#]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"