diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9f81ebb..f316c637 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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