Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ configure_logging
Function
configure_logging
tests/conftest.py:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
183
@pytest.fixture(autouse=True, scope=
'session'
)
184
def
configure_logging():
185
with
logging_handler(use_color=False):
186
yield
187
188
189
@pytest.fixture
Callers
nothing calls this directly
Calls
1
logging_handler
Function · 0.90
Tested by
no test coverage detected