Skip to content

Commit

Permalink
Make pre-commit hook regex more precise (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas authored May 21, 2024
1 parent 8c83d26 commit c5a8839
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 @@ -5,5 +5,5 @@
language: python
language_version: python3
pass_filenames: false
files: ^poetry.lock$
files: ^(.*/)?poetry\.lock$
args: ["-f", "requirements.txt", "-o", "requirements.txt"]

0 comments on commit c5a8839

Please sign in to comment.