Skip to content

Commit 4be215e

Browse files
committed
exclude svgs from precommit
1 parent 32e26c4 commit 4be215e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_language_version:
33
node: system
44

5-
exclude: '^stacks/_templates/minio-.*/rendered-chart\.yaml$'
5+
exclude: '(stacks/_templates/minio-.*/rendered-chart\.yaml|\.svg)$'
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)