From 35400a3623dbd0b2404ca7609b022e4fe033368c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 27 May 2022 14:15:04 +0200 Subject: [PATCH] Disable double-quote-string-fixer and end-of-file-fixer --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb92fe30072b..f3c6fbcd7db1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,9 +19,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.2.0 hooks: - - id: check-builtin-literals - - id: check-executables-have-shebangs - - id: check-shebang-scripts-are-executable - id: check-yaml - id: detect-private-key # - id: double-quote-string-fixer # enabling this will modified many Python files