Ruff 0.0.285 ``` ruff *.py --select ALL --no-cache ``` file content: ``` def list_test_params(param_input): option = ( '{name}={value}' .format(nam=name, value=value) ) ``` error: ``` error: Failed to create fix for StringDotFormatExtraNamedArguments: Failed to extract expression from source ``` [PY_FILE_TEST_14854806573.py.zip](https://github.com/astral-sh/ruff/files/12394392/PY_FILE_TEST_14854806573.py.zip)