PR
#4493 uses ruff format when
@bool beautify-python-code-on-write = True
I merged it immediately because the PR removes a "race" condition when beautifying python code automatically. Previously, ruff format and Leo's legacy formatter would be in conflict. Now, once again, it's safe to set @bool beautify-python-code-on-write to True.
There will be one more PR related to ruff format. This PR will acknowledge what's already so, namely that @beautify and @nobeautify no longer have any effect. Leo's users should use the fmt: pragmas instead.
This PR will move Leo's legacy beautifier to the attic. I'll wait longer for review comments for this last PR.
All your comments are welcome. Please report any problems immediately.
Edward