MCPcopy
hub / github.com/pre-commit/pre-commit / health_check

Method health_check

pre_commit/lang_base.py:34–34  ·  view source on GitHub ↗
(self, prefix: Prefix, version: str)

Source from the content-addressed store, hash-verified

32 def get_default_version(self) -> str: ...
33 # return whether the environment is healthy (or should be rebuilt)
34 def health_check(self, prefix: Prefix, version: str) -> str | None: ...
35
36 # install a repository for the given language and language_version
37 def install_environment(

Calls

no outgoing calls