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/