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
| Type | Description |
|---|---|
dict | A dictionary mapping formatter names to their absolute executable file paths, or null if not found. |