Skip to content

Commit

Permalink
pre-commit: exclude yaml files in Helm charts directory
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <github@chenyicn.net>
  • Loading branch information
ChenYi015 committed Feb 13, 2025
1 parent 325bb3a commit dab037f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
exclude: '^charts/trainer/.*\.yaml$'
- id: check-json
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit dab037f

Please sign in to comment.