MCPcopy 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')
184def configure_logging():
185 with logging_handler(use_color=False):
186 yield
187
188
189@pytest.fixture

Callers

nothing calls this directly

Calls 1

logging_handlerFunction · 0.90

Tested by

no test coverage detected