MCPcopy Index your code
hub / github.com/abryant710/auto-codebase-documenter / format_file

Function format_file

format_code.py:5–6  ·  view source on GitHub ↗
(file_path)

Source from the content-addressed store, hash-verified

3
4
5def format_file(file_path):
6 subprocess.run(["black", file_path], check=True)
7
8
9def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected