.pre-commit-config.yaml: update reuse-tool & prettier

This commit is contained in:
Aminda Suomalainen 2024-01-20 15:53:31 +02:00
parent b19782fb2c
commit 9781371756
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -58,7 +58,7 @@ repos:
- id: check-gitlab-ci
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
rev: v3.0.1
hooks:
- id: reuse
@ -69,7 +69,7 @@ repos:
exclude_types: [json]
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"prettier@3.1.1",
"prettier@3.2.4",
# https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.2.2",
]