From 6e97af1b36865a69241e16770dde2571274eb37d Mon Sep 17 00:00:00 2001 From: jpk Date: Sun, 8 Jan 2023 09:55:34 +0100 Subject: [PATCH] Removed broken pre-commit hook --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb350c4..d7b73d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,14 +75,6 @@ repos: additional_dependencies: [flake8-typing-imports==1.12.0] args: [--max-line-length, '120'] - # toml - - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.4.0 - hooks: - - id: pretty-format-toml - args: [--autofix] - files: pyproject.toml - # yaml - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 0.2.2