diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96b4e359..c5e0154a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,3 +14,8 @@ repos: - id: ruff args: [ --fix ] - id: ruff-format + - repo: https://github.com/python-poetry/poetry + rev: '8cad7a423b459871e9ed6094252b15c9ddb8a7dd' # frozen: 2.0.0 + hooks: + - id: poetry-check + - id: poetry-lock