Skip to content

Commit

Permalink
.pre-commit-config.yaml: switch prettier to rbubley's mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Apr 26, 2024
1 parent d9bdb47 commit a02260e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ repos:
hooks:
- id: reuse

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.2.5"
hooks:
- id: prettier
exclude_types: [json]
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"[email protected]",
# 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
Expand Down

0 comments on commit a02260e

Please sign in to comment.