Skip to content

Commit

Permalink
Fix poetry-check hook trigger for the poetry.lock changes (#9504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu-Aururu committed Jun 19, 2024
1 parent d707e4d commit 8952ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
entry: poetry check
language: python
pass_filenames: false
files: ^(.*/)?pyproject\.toml$
files: ^(.*/)?(poetry\.lock|pyproject\.toml)$

- id: poetry-lock
name: poetry-lock
Expand Down

0 comments on commit 8952ed4

Please sign in to comment.