Skip to content

Commit 9381537

Browse files
committed
Escape period
1 parent 1e5eb3b commit 9381537

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/
5050
- id: trailing-whitespace
51-
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
51+
exclude: ^\.github/.*TEMPLATE|^Tests/(fonts|images)/
5252

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

0 commit comments

Comments
 (0)