diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5d975b..3fa162c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,10 +27,3 @@ repos: hooks: - id: mdformat exclude: cruft-update-template.md -- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.4.0 - hooks: - - id: pretty-format-yaml - args: [--autofix, --preserve-quotes] - - id: pretty-format-toml - args: [--autofix]