We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f58401 + c94a8dd commit 4ab76f1Copy full SHA for 4ab76f1
1 file changed
.pre-commit-hooks.yaml
@@ -2,12 +2,12 @@
2
name: Check supported Python EOL
3
entry: checkeol
4
language: python
5
- files: '^pyproject.toml$'
+ files: '^pyproject\.toml$'
6
types: [toml]
7
8
- id: check-eol-cached
9
name: Check supported Python EOL (cache only)
10
entry: checkeol --cache_only
11
12
13
0 commit comments