MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / ExecutableNotFoundError

Class ExecutableNotFoundError

pre_commit/parse_shebang.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class ExecutableNotFoundError(OSError):
11 def to_output(self) -> tuple[int, bytes, None]:
12 return (1, self.args[0].encode(), None)
13
14
15def parse_filename(filename: str) -> tuple[str, ...]:

Callers 1

_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected