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

This commit is contained in:
Aminda Suomalainen 2024-04-26 10:00:48 +03:00
parent d9bdb47d6d
commit a02260e77f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -67,8 +67,8 @@ repos:
hooks: hooks:
- id: reuse - id: reuse
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/rbubley/mirrors-prettier
rev: "v4.0.0-alpha.8" rev: "v3.2.5"
hooks: hooks:
- id: prettier - id: prettier
exclude_types: [json] exclude_types: [json]
@ -76,7 +76,7 @@ repos:
# https://www.npmjs.com/package/prettier # https://www.npmjs.com/package/prettier
"prettier@3.2.5", "prettier@3.2.5",
# https://www.npmjs.com/package/@prettier/plugin-xml # https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.2.2", "@prettier/plugin-xml@3.4.1",
] ]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python