MCPcopy
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
42def main(check: bool = False) -> None:
43 if check:
44 run_autoflake("--check-diff", "--quiet")
45 else:
46 run_autoflake()
47
48
49if __name__ == "__main__":

Callers 1

lint.pyFile · 0.70

Calls 1

run_autoflakeFunction · 0.85

Tested by

no test coverage detected