Skip to content

Commit 49d946f

Browse files
committed
fix: Turn off prettier (for now)
1 parent 96a007b commit 49d946f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ repos:
4141
additional_dependencies:
4242
- tomli
4343

44-
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v3.1.0
46-
hooks:
47-
- id: prettier
48-
types_or: [yaml]
44+
# - repo: https://github.com/pre-commit/mirrors-prettier
45+
# rev: v3.1.0
46+
# hooks:
47+
# - id: prettier
48+
# types_or: [yaml]

0 commit comments

Comments
 (0)