diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3887a6f..9f60063 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace + # https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/132 + # - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks + # rev: v2.5.0 + # hooks: + # - id: pretty-format-yaml + # args: [--autofix] + - repo: https://github.com/executablebooks/mdformat rev: 0.7.16 hooks: