diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e2ed453eec75308b6f7bb26db6ad38b5da8acd9..9074a058744f0a3d10d0ef612308922ba257ba50 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,3 +11,8 @@ repos: rev: 5.0.4 hooks: - id: flake8 + - repo: https://github.com/python-poetry/poetry + rev: '1.2.1' + hooks: + - id: poetry-check + - id: poetry-lock