We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E251
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.
The text was updated successfully, but these errors were encountered:
Oh sorry, missed that one. I will add now.
Sorry, something went wrong.
Add fix for unexpected-spaces-around-keyword-parameter-equals (#9072)
f69a35a
Closes #9066.
charliermarsh
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: