Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ _norm
Function
_norm
tests/commands/hazmat_test.py:44–45 ·
view source on GitHub ↗
(out)
Source
from the content-addressed store, hash-verified
42
43
44
def
_norm(out):
45
return
out.replace(
'\r\n'
,
'\n'
)
46
47
48
def
test_cd(tmp_path, capfd):
Callers
3
test_cd
Function · 0.70
test_ignore_exit_code
Function · 0.70
test_n1
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected