-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autofix for missing whitespace rules in E pycodestyle (preview) #8121
Labels
Comments
Skylion007
changed the title
Add autofix for missing whitespace rules in E prefix (preview)
Autofix for missing whitespace rules in E prefix (preview)
Oct 22, 2023
Skylion007
changed the title
Autofix for missing whitespace rules in E prefix (preview)
Autofix for missing whitespace rules in E pycodestyle (preview)
Oct 22, 2023
This was referenced Oct 23, 2023
Merged
Thanks, I'd like to take this to better understand |
This was referenced Oct 23, 2023
Merged
Thanks @reswqa! Great work! |
charliermarsh
pushed a commit
that referenced
this issue
Oct 23, 2023
## Summary First time contribute to `ruff`, so If there are low-level errors, please forgive me. 🙇 Introduce auto fix for `E275`, this partially address #8121. ## Test Plan Already coverd.
charliermarsh
pushed a commit
that referenced
this issue
Oct 23, 2023
## Summary Introduce auto fix for `E252`. This partially address #8121. ## Test Plan Already covered.
charliermarsh
pushed a commit
that referenced
this issue
Oct 23, 2023
## Summary Introduce auto fix for `E225`,`E226`,`E227`,`E228`. This partially address #8121. ## Test Plan Already covered.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
All these rules are very similar, already implemented, and have a trivial autofix that should be added. It would also be a good first issue since the autofix is an easy one to write. @charliermarsh you may want to add a
good-first-issue
label.The text was updated successfully, but these errors were encountered: