Skip to content

Commit bede3d9

Browse files
committed
Applying suggestions from @oraNod
1 parent 88e2680 commit bede3d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
exclude: '.svg'
1+
exclude: '.*\.svg$'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v2.3.0
4+
rev: v4.5.1
55
hooks:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: check-merge-conflict
99
- id: check-symlinks
10+
- id: check-toml
11+
- id: check-yaml

0 commit comments

Comments
 (0)