Skip to content

Commit 4549ba2

Browse files
authored
Update .pre-commit-config.yaml - remove prettier
1 parent 9593c49 commit 4549ba2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.pre-commit-config.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ repos:
3333
description: Check spelling with codespell
3434
entry: codespell --ignore-words=codespell.txt
3535
exclude: ^fa/.*$|^in/.*$|^tr/.*$
36-
- repo: https://github.com/pre-commit/mirrors-prettier
37-
rev: v3.0.0-alpha.3
38-
hooks:
39-
- id: prettier
40-
name: Run prettier
4136
- repo: https://github.com/igorshubovych/markdownlint-cli
4237
rev: v0.32.2
4338
hooks:

0 commit comments

Comments
 (0)