From d58f089159bdf92f97977e8f3cea0e1513dff078 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations <106112202+terraform-ibm-modules-ops@users.noreply.github.com> Date: Sun, 6 Oct 2024 04:03:37 +0100 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 (#1045) --- module-assets/.pre-commit-config.yaml | 2 +- stack-assets/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module-assets/.pre-commit-config.yaml b/module-assets/.pre-commit-config.yaml index b69c182b..9941ddf1 100644 --- a/module-assets/.pre-commit-config.yaml +++ b/module-assets/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: pass_filenames: false description: This hook ensures that a file named LICENSE exists for any repo (on github.com) which contains .tf files in the root directory of the repo - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml exclude: chart/|metadata.yaml|tests/ diff --git a/stack-assets/.pre-commit-config.yaml b/stack-assets/.pre-commit-config.yaml index a7656621..fa40130d 100644 --- a/stack-assets/.pre-commit-config.yaml +++ b/stack-assets/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: language: python pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml exclude: chart/|metadata.yaml|tests/