From b2af90b22e0df8b9409ae94da6d87aa82dac0027 Mon Sep 17 00:00:00 2001 From: Aljoscha Gerber Date: Mon, 28 Aug 2023 09:41:46 +0200 Subject: [PATCH] change description of poetry install hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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