Skip to content

Commit dce162d

Browse files
author
Aljoscha Gerber
committed
docs: remove the additional arg from documentation
1 parent dc9a221 commit dce162d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pre-commit-hooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ hooks:
8585

8686
## poetry-install
8787

88-
The `poetry-install` hook calls the `poetry install --sync` command
89-
to make sure the installed dependencies match the packages defined in `poetry.lock`.
88+
The `poetry-install` hook calls the `poetry install` command
89+
to make sure all locked packages are installed.
9090
In order to install this hook, you either need to specify `default_install_hook_types`, or you have
9191
to install it via `pre-commit install --install-hooks -t post-checkout -t post-merge`.
9292

0 commit comments

Comments
 (0)