Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ main
Function
main
scripts/lint.py:42–46 ·
view source on GitHub ↗
(check: bool = False)
Source
from the content-addressed store, hash-verified
40
41
42
def
main(check: bool = False) -> None:
43
if
check:
44
run_autoflake(
"--check-diff"
,
"--quiet"
)
45
else
:
46
run_autoflake()
47
48
49
if
__name__ ==
"__main__"
:
Callers
1
lint.py
File · 0.70
Calls
1
run_autoflake
Function · 0.85
Tested by
no test coverage detected