Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ find_formatters
Function
find_formatters
django/core/management/utils.py:162–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
161
162
def
find_formatters():
163
return
{
"black_path"
: shutil.which(
"black"
)}
164
165
166
def
run_formatters(written_files, black_path=(sentinel := object()), stderr=sys.stderr):
Callers
1
handle
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected