Skip to content

Commit 74b116b

Browse files
committed
Configured Prettier hook to ignore deployment.yaml files as well
1 parent c349e6e commit 74b116b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ repos:
104104
hooks:
105105
- id: prettier
106106
name: Formatting other file types according to Prettier
107+
exclude: Helm/charts/.*?/templates/deployment\.yaml
107108
# types_or: [css, html, json, yaml]

0 commit comments

Comments
 (0)