From eb5d1220654695ab1f13ba896998469dc1909dba Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Sun, 5 Dec 2021 18:37:25 +0300 Subject: [PATCH] Remove `check-toml` hook --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3437ad4d..27ea09ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,6 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - - id: check-toml - repo: https://github.com/asottile/pyupgrade rev: v2.29.1