-
Notifications
You must be signed in to change notification settings - Fork 751
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
Undocumented breaking change affecting autopep8 #1191
Comments
The commit which suppressed |
Autopep8 needs to adjust |
Should it be enough to just call Shouldn't such breaking change be mentioned in https://pycodestyle.pycqa.org/en/latest/developer.html#changes? |
there is no public API of pycodestyle beyond the StyleGuide. calling the internal functions is at your own risk |
I guess
pycodestyle.missing_whitespace_around_operator
was removed in pycodestyle 2.11.0 (2023-07-29).It breaks autopep8 (hhatto/autopep8#689). Currently, the most recent versions of pycodestyle and autopep8 are incompatible.
How this should be fixed? Which project (pycodestyle or autopep8) has to be adapted and how?
The text was updated successfully, but these errors were encountered: