diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0de8e39..cdc350c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,3 +22,8 @@ repos: files: ^src/ types: [python] additional_dependencies: ['pyright@1.1.294'] + - repo: https://github.com/python-poetry/poetry + rev: '1.7.0' + hooks: + - id: poetry-lock + args: ["--no-update"] \ No newline at end of file