From 4ead3978bba136fe720e06793045a4e0edb4300f Mon Sep 17 00:00:00 2001 From: Bruce Schultz Date: Mon, 25 Mar 2024 13:02:14 +0100 Subject: [PATCH] revert(lint): revert pre-commit --- .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 6203586..d2c598d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: hooks: - id: check-added-large-files - id: check-toml -# - id: check-yaml + - id: check-yaml args: [ --unsafe ] exclude: ^helm/ - id: end-of-file-fixer