Skip to content

Commit

Permalink
poetry lock hook doesn't try to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Feb 13, 2024
1 parent a89ab37 commit b96fca8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ repos:
files: ^src/
types: [python]
additional_dependencies: ['[email protected]']
- repo: https://github.com/python-poetry/poetry
rev: '1.7.0'
hooks:
- id: poetry-lock
args: ["--no-update"]

0 comments on commit b96fca8

Please sign in to comment.