mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The nox session invoke_pre_commit
should not create a virtualenv
This commit is contained in:
parent
f1da62f2ad
commit
d2a850eb03
1 changed files with 1 additions and 1 deletions
|
@ -1231,7 +1231,7 @@ def invoke(session):
|
|||
_invoke(session)
|
||||
|
||||
|
||||
@nox.session(name="invoke-pre-commit", python="3")
|
||||
@nox.session(name="invoke-pre-commit", python=False)
|
||||
def invoke_pre_commit(session):
|
||||
"""
|
||||
DO NOT CALL THIS NOX SESSION DIRECTLY
|
||||
|
|
Loading…
Add table
Reference in a new issue