Skip to content

Commit 08b2965

Browse files
committed
Update pre-commit exclusions
1 parent 964dea8 commit 08b2965

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
rev: v4.6.0
55
hooks:
66
- id: trailing-whitespace
7-
exclude: 'tests/testdata/.*yaml$'
7+
exclude: '^tests/testdata/.*yaml$'
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
@@ -32,8 +32,7 @@ repos:
3232
hooks:
3333
- id: codespell
3434
exclude: |
35-
36-
(?x)^(
35+
^(
3736
tests/tzif/testdata/rfc8536-v3.yaml
3837
)$
3938
- repo: https://github.com/adrienverge/yamllint.git

0 commit comments

Comments
 (0)