.pre-commit-config.yaml 'update' prettier

This commit is contained in:
Aminda Suomalainen 2023-12-04 17:08:40 +02:00
parent 31a92c9127
commit a69592ec66
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ repos:
# prettier, opinionated code formatter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.1"
rev: "v4.0.0-alpha.3"
hooks:
- id: prettier
# These are handled by Black below or pretty-format-json above