.pre-commit-config.yaml: autoupdate & stable prettier

This commit is contained in:
Aminda Suomalainen 2024-01-11 09:48:45 +02:00
parent f1b1270fc9
commit 0831ab6f50
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 1 deletions

View File

@ -40,9 +40,13 @@ repos:
- id: reuse
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.3-1"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
additional_dependencies: [
# https://aminda.eu/n/prettier
"prettier@3.1.1",
]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"