pre-commit: enable prettier for markdown

pull/1202/head
Erik Sundell 2022-10-31 23:40:34 +01:00
rodzic 27c2b403db
commit 94bd21e16e
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -42,8 +42,9 @@ repos:
args: args:
- --profile=black - --profile=black
# # Autoformat: markdown, yaml (but not helm templates) # Autoformat: markdown
# - repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
# rev: v2.7.1 rev: v2.7.1
# hooks: hooks:
# - id: prettier - id: prettier
files: ".md"