Skip to content

Commit

Permalink
update glob to match only relevant file names
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmiglio authored and radoering committed Apr 16, 2023
1 parent 403c833 commit aa5662e
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,7 +5,7 @@
language: python
language_version: python3
pass_filenames: false
files: .*pyproject.toml
files: ^(.*/)?pyproject.toml$

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

0 comments on commit aa5662e

Please sign in to comment.