Skip to content

Commit

Permalink
add a poetry lock check
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonpim committed Nov 20, 2023
1 parent 85274bc commit 8c569db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions {{ cookiecutter.repo_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ repos:
files: ^src/
types: [python]
additional_dependencies: ['[email protected]']
- repo: https://github.com/python-poetry/poetry
rev: '1.7.0'
hooks:
- id: poetry-lock

0 comments on commit 8c569db

Please sign in to comment.