MCPcopy 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
138def _subtle_line(s: str, use_color: bool) -> None:
139 output.write_line(color.format_color(s, color.SUBTLE, use_color))
140
141
142def _run_single_hook(

Callers 1

_run_single_hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected