Skip to content

Commit 4d72186

Browse files
committed
Document that additional_dependencies is supported for python
1 parent d6feeab commit 4d72186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sections/new-hooks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ The hook repository must be installable via `pip install .` (usually by either
384384
executable that will match the [`entry`](#hooks-entry) – usually through `console_scripts` or
385385
`scripts` in setup.py.
386386
387+
This language also supports `additional_dependencies`
388+
so it can be used with [local](#repository-local-hooks) hooks.
389+
The specified dependencies will be appended to the `pip install` command.
390+
387391
__Support:__ python hooks work without any system-level dependencies. It
388392
has been tested on linux, macOS, windows, and cygwin.
389393

0 commit comments

Comments
 (0)