MCPcopy
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
91def 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
100if __name__ == "__main__":

Callers 1

format.pyFile · 0.70

Calls 2

run_blackFunction · 0.85
run_isortFunction · 0.85

Tested by

no test coverage detected