MCPcopy
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
162def find_formatters():
163 return {"black_path": shutil.which("black")}
164
165
166def run_formatters(written_files, black_path=(sentinel := object()), stderr=sys.stderr):

Callers 1

handleMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected