Skip to content

Commit 8952ed4

Browse files
Fix poetry-check hook trigger for the poetry.lock changes (#9504)
1 parent d707e4d commit 8952ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
entry: poetry check
55
language: python
66
pass_filenames: false
7-
files: ^(.*/)?pyproject\.toml$
7+
files: ^(.*/)?(poetry\.lock|pyproject\.toml)$
88

99
- id: poetry-lock
1010
name: poetry-lock

0 commit comments

Comments
 (0)