.pre-commit-config.yaml: switch to rbubley's prettier mirror

This commit is contained in:
Aminda Suomalainen 2024-04-26 13:25:45 +03:00
parent 2f585209e7
commit ed21eb03cd
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -130,8 +130,9 @@ repos:
# ensure nothing breaks the rules.
# prettier, opinionated code formatter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
#- repo: https://github.com/pre-commit/mirrors-prettier
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.2.5"
hooks:
- id: prettier
# These are handled by Black below or pretty-format-json above