-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Rule E203 not supported? #1842
Comments
No, that's right! We don't support some of the E-level rules that are made redundant by Black. And here's a link to the E-level rules that we do support. This work is being tracked in #1073. |
Oh, thanks, I was misreading it. Sorry |
No prob! |
I just ran into this but following the links from the README to the docs on the supported |
Yes, they should not be present. |
Yeah, I think they accidentally got added when I moved from a feature flag to a debug assertion for the pycodestyle rules. |
When running flake8-to-ruff, it warns that 'E203' is an unsupported prefix code. The docs say that ruff supports pycodestyle rules E (https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes).
Am I missing something here?
The text was updated successfully, but these errors were encountered: