diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed5e734..afe68a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,3 +16,9 @@ repos: - id: ruff args: [ --fix ] - id: ruff-format + + - repo: https://github.com/python-poetry/poetry + rev: 1.8.3 + hooks: + - id: poetry-check + - id: poetry-lock