Skip to content

Commit 71377d7

Browse files
authored
Replace Prettier repository with a custom fork
1 parent ac41063 commit 71377d7

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
@@ -34,8 +34,8 @@ repos:
3434
additional_dependencies: [tomli]
3535
#args: ["--write-changes"]
3636

37-
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: v4.0.0-alpha.8
37+
- repo: https://github.com/JoC0de/pre-commit-prettier
38+
rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # v3.6.2 using SHA as tags are not persistent
3939
hooks:
4040
- id: prettier
4141
files: \.(json|yml|yaml|toml)

0 commit comments

Comments
 (0)