Add this to your .pre-commit-config.yaml
- repo: https://github.com/tetienne/pre-commit-hooks
rev: v1.0.0 # Use the ref you want to point at
hooks:
- id: poetry-update
# - id: ...Run poetry update when poetry.lock file has been modified during a checkout.