We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7a19b commit 9b50bf8Copy full SHA for 9b50bf8
1 file changed
.manager/src/pypackit/script/lint.py
@@ -82,7 +82,7 @@ def __init__(
82
)
83
raise ValueError(err_msg)
84
version_result = _pyshellman.run(
85
- command=["pre-commit", "--version"],
+ command=[*_CMD_PREFIX, "pre-commit", "--version"],
86
raise_execution=False,
87
raise_exit_code=False,
88
raise_stderr=False,
0 commit comments