Skip to content

Commit 9b50bf8

Browse files
committed
Update lint.py
1 parent 4d7a19b commit 9b50bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .manager/src/pypackit/script

.manager/src/pypackit/script/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
)
8383
raise ValueError(err_msg)
8484
version_result = _pyshellman.run(
85-
command=["pre-commit", "--version"],
85+
command=[*_CMD_PREFIX, "pre-commit", "--version"],
8686
raise_execution=False,
8787
raise_exit_code=False,
8888
raise_stderr=False,

0 commit comments

Comments
 (0)