Skip to content

Commit 49efe40

Browse files
committed
Escape period
1 parent c22230b commit 49efe40

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.33.1

0 commit comments

Comments
 (0)