diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ee24b4..d2fdaa7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,3 +5,9 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace + + - repo: https://github.com/python-poetry/poetry + rev: '2.3.2' + hooks: + - id: poetry-check + - id: poetry-lock