Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ test_is_not_script
Function
test_is_not_script
tests/commands/install_uninstall_test.py:61–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
60
61
def
test_is_not_script():
62
assert is_our_script(
'setup.py'
) is False
63
64
65
def
test_is_script():
Callers
nothing calls this directly
Calls
1
is_our_script
Function · 0.90
Tested by
no test coverage detected