From 631711a353ebcc04390deea282e7fc6f255aa55f Mon Sep 17 00:00:00 2001 From: Simon Podhajsky Date: Sun, 31 Mar 2024 22:06:12 +0000 Subject: [PATCH] Disable the debug statement check for now --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4357cd7..23f2825 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: check-vcs-permalinks - id: check-xml - id: check-yaml - - id: debug-statements + # - id: debug-statements - id: destroyed-symlinks - id: detect-private-key - id: end-of-file-fixer