Checks for str.join calls that can be replaced with f-strings for better readability.
This check is easy to enable, so let's do it immediately to reduce the style divergence between electrum and the rest of the codebase.
The other two (convert % format and .format into f-strings) are a bit more tedious and will be done in multiple chunks