pre-commit updates

This commit is contained in:
Aminda Suomalainen 2023-12-06 18:42:13 +02:00
parent c30e5e7c5b
commit 74f0dea995
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -58,7 +58,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.27.1 rev: 0.27.2
hooks: hooks:
#- id: check-dependabot #- id: check-dependabot
#- id: check-github-actions #- id: check-github-actions
@ -66,7 +66,7 @@ repos:
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0" rev: "v4.0.0-alpha.3"
hooks: hooks:
- id: prettier - id: prettier
exclude_types: [json] exclude_types: [json]
@ -76,11 +76,11 @@ repos:
# https://www.npmjs.com/package/@prettier/plugin-xml # https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.2.2", "@prettier/plugin-xml@3.2.2",
# https://www.npmjs.com/package/prettier-plugin-toml # https://www.npmjs.com/package/prettier-plugin-toml
"prettier-plugin-toml@1.0.0", "prettier-plugin-toml@2.0.1",
] ]
- repo: https://github.com/scop/pre-commit-shfmt - repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-3 rev: v3.7.0-4
hooks: hooks:
- id: shfmt - id: shfmt
#- id: shfmt-docker #- id: shfmt-docker