Skip to content

Commit

Permalink
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Oct 6, 2024
1 parent 41d5196 commit d58f089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module-assets/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion stack-assets/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit d58f089

Please sign in to comment.