Skip to content

Commit

Permalink
change description of poetry install hook
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
  • Loading branch information
alsmnn and radoering committed Aug 28, 2023
1 parent 4c46fe7 commit b2af90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2af90b

Please sign in to comment.