Skip to content

Commit 94bd21e

Browse files
committed
pre-commit: enable prettier for markdown
1 parent 27c2b40 commit 94bd21e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ repos:
4242
args:
4343
- --profile=black
4444

45-
# # Autoformat: markdown, yaml (but not helm templates)
46-
# - repo: https://github.com/pre-commit/mirrors-prettier
47-
# rev: v2.7.1
48-
# hooks:
49-
# - id: prettier
45+
# Autoformat: markdown
46+
- repo: https://github.com/pre-commit/mirrors-prettier
47+
rev: v2.7.1
48+
hooks:
49+
- id: prettier
50+
files: ".md"

0 commit comments

Comments
 (0)