-
Notifications
You must be signed in to change notification settings - Fork 289
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
Version dependent operator whitespace function. #696
Conversation
…n_check Version dependent operator whitespace function.
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #696 +/- ##
==========================================
- Coverage 97.83% 97.79% -0.04%
==========================================
Files 1 1
Lines 2398 2402 +4
==========================================
+ Hits 2346 2349 +3
- Misses 52 53 +1
☔ View full report in Codecov by Sentry. |
The missed line in the diff coverage is what's used when running a version of Python that is not supported by |
They changed their API in 2.11.0 and broke autopep8 See: hhatto/autopep8#689 and hhatto/autopep8#696
They changed their API in 2.11.0 and broke autopep8 See: hhatto/autopep8#689 and hhatto/autopep8#696
They changed their API in 2.11.0 and broke autopep8 See: hhatto/autopep8#689 and hhatto/autopep8#696
Add it to tox.ini and pin pycodestyle to 2.10.0 until it has been updated to fix: hhatto/autopep8#689 and hhatto/autopep8#696 Add python-3.12.0-rc.1 to the github workflow, and updated the Ubuntu runner to version 22.04
Add it to tox.ini and pin pycodestyle to 2.10.0 until it has been updated to fix: hhatto/autopep8#689 and hhatto/autopep8#696 Add python-3.12.0-rc.1 to the github workflow Do not switch to Ubuntu 22.04, it does not have python3.6 available and we still need to test with it.
Add it to tox.ini and pin pycodestyle to 2.10.0 until it has been updated to fix: hhatto/autopep8#689 and hhatto/autopep8#696 Add python-3.12.0-rc.1 to the github workflow Do not switch to Ubuntu 22.04, it does not have python3.6 available and we still need to test with it.
They changed their API in 2.11.0 and broke autopep8 See: hhatto/autopep8#689 and hhatto/autopep8#696
They changed their API in 2.11.0 and broke autopep8 See: hhatto/autopep8#689 and hhatto/autopep8#696
We really need this PR merged to avoid issues even with pre commit hooks new installations... |
#699, #696, #691, #690 are all the same. I suggest someone look into this comment and push their PR forward with a solution. |
@hhatto any thoughts or feedback on this? This issue is preventing adoption of the latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry late reply.
LGTM 👍
We will release a new version within a few days.
@hhatto any chance you'd be willing to release a new version of 🙏 (thank you!) |
@ryanpetrello |
Thank you @hhatto 🙏 |
Solve a rename issue in pycodestyle.