Skip to content

Commit

Permalink
Forgot to escape period
Browse files Browse the repository at this point in the history
  • Loading branch information
tieneupin committed Feb 10, 2025
1 parent a9e3cc6 commit 8f2404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
name: Verifying JSON file syntax
- id: check-yaml
name: Verifying YAML file syntax
exclude: Helm/charts/.*?/templates/deployment.yaml
exclude: Helm/charts/.*?/templates/deployment\.yaml
args: [--allow-multiple-documents]
- id: check-toml
name: Verifying TOML file syntax
Expand Down

0 comments on commit 8f2404e

Please sign in to comment.