You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are correct, this is a duplicate, I did not find it because I did not look for 'docstring' as a keyword, silly me, thank you for pointing that out.
However, I think it is not a reasonable solution to annotate all python files with tool-specific annotations, I see there is an issue #4276 for this on the Black repo. They are also of the opinion that modifying user data is allowed by a code formatter.
I'm not sure I follow this logic, any change that have a runtime effect is a bug to me. I will go back to autopep8, feel free to close this issue.
using ruff vscode plugin, default configuration but with:
Before code format:
after code format:
All leading whitespace in comments up top seems to be removed, however, in raw-strings that are assigned to a variable, this does not happen.
The text was updated successfully, but these errors were encountered: