Skip to content

Commit

Permalink
Fix hook used to lock Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 22, 2025
1 parent d719ae5 commit 50723f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ repos:
args:
- --pytest-test-first
- repo: https://github.com/sbrunner/hooks
rev: 1.1.2
rev: 1.3.0
hooks:
- id: poetry-check
additional_dependencies:
- poetry==2.0.1 # pypi
- id: poetry-lock
- id: poetry2-lock
additional_dependencies:
- poetry==2.0.1 # pypi
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 50723f4

Please sign in to comment.