Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ main
Function
main
scripts/format.py:91–97 ·
view source on GitHub ↗
(check: bool = False)
Source
from the content-addressed store, hash-verified
89
90
91
def
main(check: bool = False) -> None:
92
if
check:
93
run_black(
"--check"
)
94
run_isort(
"--check-only"
)
95
else
:
96
run_black()
97
run_isort()
98
99
100
if
__name__ ==
"__main__"
:
Callers
1
format.py
File · 0.70
Calls
2
run_black
Function · 0.85
run_isort
Function · 0.85
Tested by
no test coverage detected