Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
class
ExecutableNotFoundError(OSError):
11
def
to_output(self) -> tuple[int, bytes, None]:
12
return
(1, self.args[0].encode(), None)
13
14
15
def
parse_filename(filename: str) -> tuple[str, ...]:
Callers
1
_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected