Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
get_ruff_bin(params) -> str:
19
ruff_root = params.global_resources[RUFF_RESOURCE]
20
return
os.path.join(ruff_root,
'bin'
,
'ruff'
)
21
22
23
def
check_extend_option_present(config: Path) -> bool:
Callers
1
main
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected