MCPcopy Create free account
hub / github.com/catboost/catboost / get_ruff_bin

Function get_ruff_bin

tools/ruff_linter/wrapper.py:18–20  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

16
17
18def get_ruff_bin(params) -> str:
19 ruff_root = params.global_resources[RUFF_RESOURCE]
20 return os.path.join(ruff_root, 'bin', 'ruff')
21
22
23def check_extend_option_present(config: Path) -> bool:

Callers 1

mainFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected