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
Almost all the trivial pycodestyle e autofixes https://docs.astral.sh/ruff/rules/#error-e are implemented, but there are few that are missing that seem quite trivial to implement.
Another trivial (and quite common one to encounter after adding manual noqas) is https://docs.astral.sh/ruff/rules/no-space-after-inline-comment/ , ie E262. The fix looks rather trivial to make and we should consider adding an autofix before it leaves preview. May be a good first issue.
The text was updated successfully, but these errors were encountered:
Almost all the trivial pycodestyle e autofixes https://docs.astral.sh/ruff/rules/#error-e are implemented, but there are few that are missing that seem quite trivial to implement.
Another trivial (and quite common one to encounter after adding manual noqas) is https://docs.astral.sh/ruff/rules/no-space-after-inline-comment/ , ie
E262
. The fix looks rather trivial to make and we should consider adding an autofix before it leaves preview. May be a good first issue.The text was updated successfully, but these errors were encountered: