Skip to content

Commit 34405ac

Browse files
hugovkAA-Turner
andauthored
Stricter regex and safer YAML
Co-authored-by: Adam Turner <[email protected]>
1 parent 4f77bd7 commit 34405ac

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
@@ -46,7 +46,7 @@ repos:
4646
types_or: [python, yaml]
4747
exclude: Lib/test/tokenizedata/coding20731.py
4848
- id: end-of-file-fixer
49-
files: ^\.github/CODEOWNERS
49+
files: '^\.github/CODEOWNERS$'
5050
- id: trailing-whitespace
5151
types_or: [c, inc, python, rst, yaml]
5252
- id: trailing-whitespace

0 commit comments

Comments
 (0)