We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6feeab commit 4d72186Copy full SHA for 4d72186
sections/new-hooks.md
@@ -384,6 +384,10 @@ The hook repository must be installable via `pip install .` (usually by either
384
executable that will match the [`entry`](#hooks-entry) – usually through `console_scripts` or
385
`scripts` in setup.py.
386
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
+
391
__Support:__ python hooks work without any system-level dependencies. It
392
has been tested on linux, macOS, windows, and cygwin.
393
0 commit comments