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
I'm not sure I agree with this. A person who has a specific formatting in a comment probably did it that way for a reason. For instance, you could have something like:
# This is a comment that has an example:
# This is the example that I want indented.
# The last line of the comment.
I'm not sure I agree with this. A person who has a specific formatting in a comment probably did it that way for a reason. For instance, you could have something like:
# This is a comment that has an example:
# This is the example that I want indented.
# The last line of the comment.
I use this personally for things like pydocs when an argument's documentation extends beyond the linter(s) defined length limit.
transforms:
into:
I think (wrong indented) block comments should be indented, but the indentation in the comment should be removed.
So that we get:
The text was updated successfully, but these errors were encountered: