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