MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / _state

Function _state

pre_commit/repository.py:33–34  ·  view source on GitHub ↗
(additional_deps: Sequence[str])

Source from the content-addressed store, hash-verified

31
32
33def _state(additional_deps: Sequence[str]) -> object:
34 return {'additional_dependencies': additional_deps}
35
36
37def _read_state(venv: str) -> object | None:

Callers 2

_hook_installedFunction · 0.85
_hook_installFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected