Skip to content

Commit bc5e74c

Browse files
Deployed to github pages
1 parent 0b2f489 commit bc5e74c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,9 @@ <h3 id="python"> python <small><a href="#python" class="text-decoration-none"
613613
<code>setup.py</code> or <code>pyproject.toml</code>). The installed package will provide an
614614
executable that will match the <a href="#hooks-entry"><code>entry</code></a> – usually through <code>console_scripts</code> or
615615
<code>scripts</code> in setup.py.</p>
616+
<p>This language also supports <code>additional_dependencies</code>
617+
so it can be used with <a href="#repository-local-hooks">local</a> hooks.
618+
The specified dependencies will be appended to the <code>pip install</code> command.</p>
616619
<p><strong>Support:</strong> python hooks work without any system-level dependencies. It
617620
has been tested on linux, macOS, windows, and cygwin.</p>
618621
<h3 id="python_venv"> python_venv <small><a href="#python_venv" class="text-decoration-none"></a></small></h3> <p><em>new in 2.4.0</em>: The <code>python_venv</code> language is now an alias to <code>python</code> since

0 commit comments

Comments
 (0)