From 11d4dec08a919492968be4203de2606b14a96a2a Mon Sep 17 00:00:00 2001 From: chriscunningham-cts Date: Sun, 20 Jun 2021 16:20:05 +0000 Subject: [PATCH] fix attribs --- .pre-commit-hooks.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8095b5c..42e2a67 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,16 +4,16 @@ description: Checks the style of Markdown files. language: script files: \.md$ - require-serial: true - always-run: true + require_serial: true + always_run: true - id: check-modules-use-tag name: check-modules-use-tag entry: hooks/check-modules-use-tag.sh description: Checks that Terragrunt env file modules refs point to a tag. language: script files: (env|root)\.yaml$ - require-serial: true - always-run: true + require_serial: true + always_run: true - id: add-missing-readme name: add-missing-readme entry: hooks/add-missing-readme.sh @@ -21,5 +21,5 @@ language: script files: (main\.tf)$ exclude: \.terraform\/.*$ - require-serial: true - always-run: true + require_serial: true + always_run: true