Skip to content

Commit

Permalink
Include Poetry lockfile in files regex
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Apr 8, 2024
1 parent e53a586 commit 3c3b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
entry: poetry check
language: python
pass_filenames: false
files: ^(.*/)?pyproject\.toml$
files: ^(.*/)?(pyproject\.toml|poetry\.lock)$
- id: ruff-lint
name: ruff-lint
entry: ruff check
Expand Down

0 comments on commit 3c3b618

Please sign in to comment.