From 9432c52413c28cb83b0521e94e2d9816e03612b6 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Thu, 17 Oct 2024 09:43:01 -0700 Subject: [PATCH] add TODO to eventually remove the args in yamllint that skips warnings --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d50d27f8..a2e41300e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,7 @@ repos: rev: v1.35.1 hooks: - id: yamllint + # TODO: remove --no-warnings eventually args: [--no-warnings, -c=./.yamllint.yaml] # Autoformat: Python code