Skip to content

Commit 880ed29

Browse files
committed
chore: run prettier on yml files
1 parent 51a75c5 commit 880ed29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@ repos:
5959
- --install-types # See mirrors-mypy README.md
6060
- --non-interactive
6161
additional_dependencies: [types-requests]
62+
63+
- repo: https://github.com/pre-commit/mirrors-prettier
64+
rev: 'v3.1.0'
65+
hooks:
66+
- id: prettier
67+
types: [yaml]

0 commit comments

Comments
 (0)