diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 10fdc008c32..8f4e23448a4 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -25,7 +25,7 @@ - id: poetry-install name: poetry-install - description: Synchronize the Poetry dependencies with the lock file if out of sync + description: run poetry install to install dependencies from the lock file entry: poetry install language: python pass_filenames: false