Skip to content

Commit

Permalink
adding back poetry lock now that it works again
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 29, 2023
1 parent 696e7b0 commit b859388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.2.2'
rev: '1.5.0'
hooks:
# make sure the poetry config does not get committed in a broken state
- id: poetry-check
# make sure the lock file is up-to-date when committing changes
# - id: poetry-lock
- id: poetry-lock

0 comments on commit b859388

Please sign in to comment.