diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da78b677..765b678a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,3 +23,11 @@ repos: - id: ruff args: [--fix] - id: ruff-format + - repo: https://github.com/python-poetry/poetry + rev: 1.8.0 + hooks: + - id: poetry-check + - id: poetry-lock + args: + - "--check" + - "--no-update"