You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<code>setup.py</code> or <code>pyproject.toml</code>). The installed package will provide an
614
614
executable that will match the <ahref="#hooks-entry"><code>entry</code></a> – usually through <code>console_scripts</code> or
615
615
<code>scripts</code> in setup.py.</p>
616
+
<p>This language also supports <code>additional_dependencies</code>
617
+
so it can be used with <ahref="#repository-local-hooks">local</a> hooks.
618
+
The specified dependencies will be appended to the <code>pip install</code> command.</p>
616
619
<p><strong>Support:</strong> python hooks work without any system-level dependencies. It
617
620
has been tested on linux, macOS, windows, and cygwin.</p>
618
621
<h3id="python_venv"> python_venv <small><ahref="#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