Skip to content
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

Add an autofix for E251 #9066

Closed
Skylion007 opened this issue Dec 9, 2023 · 1 comment · Fixed by #9072
Closed

Add an autofix for E251 #9066

Skylion007 opened this issue Dec 9, 2023 · 1 comment · Fixed by #9072
Assignees
Labels
fixes Related to suggested fixes for violations

Comments

@Skylion007
Copy link

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. The first of which is E251. I first brought his up in #8312, and @charliermarsh mentioned it as fixed in #8623, but that does not seem to be case as indicated by the both rule webpage https://docs.astral.sh/ruff/rules/unexpected-spaces-around-keyword-parameter-equals/ , and trying to apply an autofix to the example in the documentation.

@charliermarsh charliermarsh added the fixes Related to suggested fixes for violations label Dec 9, 2023
@charliermarsh charliermarsh self-assigned this Dec 9, 2023
@charliermarsh
Copy link
Member

Oh sorry, missed that one. I will add now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixes Related to suggested fixes for violations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants