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
classJobProgress:
""" Tracks progress by generating job batches and recording the last issued job. Attributes ---------- next_coordinate(int): """
Ruff D411 complains that a blank line must precede the Attributes section.
But as you can see, there is actually a blank line ... though it actually contains 4 spaces, this is due to the auto-indent feature of my IDE (PyCharm).
Such a line (containing only spaces) should not trigger D411 because visually they are the same.
I am using ruff 0.0.277 on Windows.
The text was updated successfully, but these errors were encountered:
The code looks like this:
Ruff D411 complains that a blank line must precede the
Attributes
section.But as you can see, there is actually a blank line ... though it actually contains 4 spaces, this is due to the auto-indent feature of my IDE (PyCharm).
Such a line (containing only spaces) should not trigger D411 because visually they are the same.
I am using ruff 0.0.277 on Windows.
The text was updated successfully, but these errors were encountered: