Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
tools/linter.py:10–11 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
9
class
DiffLinter:
10
def
__init__(self) -> None:
11
self.repository_root = os.path.realpath(os.path.join(CWD,
".."
))
12
13
def
run_ruff(self, fix: bool) -> tuple[int, str]:
14
""
"
Callers
nothing calls this directly
Calls
1
join
Method · 0.80
Tested by
no test coverage detected