Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5
def
format_file(file_path):
6
subprocess.run([
"black"
, file_path], check=True)
7
8
9
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected