Skip to content

Commit 3b8fd04

Browse files
authored
Escape period in pre-commit-config (#9036)
2 parents 8fbb801 + 49efe40 commit 3b8fd04

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
@@ -48,7 +48,7 @@ repos:
4848
- id: end-of-file-fixer
4949
exclude: ^Tests/images/|\.patch$
5050
- id: trailing-whitespace
51-
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/|\.patch$
51+
exclude: ^\.github/.*TEMPLATE|^Tests/(fonts|images)/|\.patch$
5252

5353
- repo: https://github.com/python-jsonschema/check-jsonschema
5454
rev: 0.34.1

0 commit comments

Comments
 (0)