Skip to main content

find_formatters

Identifies the availability of code formatting tools by searching the system path for the black executable.

def find_formatters() - > dict

Locates the executable paths for code formatting tools available on the system's PATH.

Returns

TypeDescription
dictA dictionary mapping formatter names to their absolute executable file paths, or null if not found.