Skip to content

Commit 1d26c91

Browse files
committed
ENH: Update pre-commit config to reference maintained "mirrors-prettier" hook
Use the fork of the (now archived) https://github.com/pre-commit/mirrors-prettier with the only difference being that it only references release versions of prettier, not e.g. alpha/beta versions.
1 parent 04506ba commit 1d26c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repos:
1313
- id: mixed-line-ending
1414
- id: trailing-whitespace
1515

16-
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: "v4.0.0-alpha.8"
16+
- repo: https://github.com/rbubley/mirrors-prettier
17+
rev: "v3.5.3"
1818
hooks:
1919
- id: prettier
2020
types_or: [yaml, json]

0 commit comments

Comments
 (0)