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
Hi folks, ruff is great, we just switched a project that was using flake8 over to ruff, its unfortunately still in progress on converting to black (lots of extant prs re spurious conflicts re delay)
one challenge is the lack of whitespace linting, both for trailing and empty lines. I see some previous closed tickets on this but it's also clear it's not been implemented, #1734 . It would still be super useful to have builtin, I'm fine with skipping the trailing whitespace in multi line strings.
❯ ruff --version
ruff 0.0.24
The text was updated successfully, but these errors were encountered:
Hi folks, ruff is great, we just switched a project that was using flake8 over to ruff, its unfortunately still in progress on converting to black (lots of extant prs re spurious conflicts re delay)
one challenge is the lack of whitespace linting, both for trailing and empty lines. I see some previous closed tickets on this but it's also clear it's not been implemented, #1734 . It would still be super useful to have builtin, I'm fine with skipping the trailing whitespace in multi line strings.
❯ ruff --version
ruff 0.0.24
The text was updated successfully, but these errors were encountered: