.pre-commit-config.yaml: update prettier

This commit is contained in:
Aminda Suomalainen 2024-01-26 10:15:02 +02:00
parent 1ce1b18892
commit 58870f7c5e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ repos:
args: [--update-only, --notitle]
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
rev: v3.0.1
hooks:
- id: reuse
@ -45,7 +45,7 @@ repos:
- id: prettier
additional_dependencies: [
# https://aminda.eu/n/prettier
"prettier@3.1.1",
"prettier@3.2.4",
]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python