Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ _subtle_line
Function
_subtle_line
pre_commit/commands/run.py:138–139 ·
view source on GitHub ↗
(s: str, use_color: bool)
Source
from the content-addressed store, hash-verified
136
137
138
def
_subtle_line(s: str, use_color: bool) -> None:
139
output.write_line(color.format_color(s, color.SUBTLE, use_color))
140
141
142
def
_run_single_hook(
Callers
1
_run_single_hook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected