Skip to content

Commit 4ab76f1

Browse files
authored
Merge pull request #12 from GideonBear/patch-1
Fix hook `files` regex
2 parents 6f58401 + c94a8dd commit 4ab76f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name: Check supported Python EOL
33
entry: checkeol
44
language: python
5-
files: '^pyproject.toml$'
5+
files: '^pyproject\.toml$'
66
types: [toml]
77

88
- id: check-eol-cached
99
name: Check supported Python EOL (cache only)
1010
entry: checkeol --cache_only
1111
language: python
12-
files: '^pyproject.toml$'
12+
files: '^pyproject\.toml$'
1313
types: [toml]

0 commit comments

Comments
 (0)