-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Backport PR #46558: CI: pre-commit autoupdate to fix CI #46563
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
Backport PR #46558: CI: pre-commit autoupdate to fix CI #46563
Conversation
@MarcoGorelli There are a few CI PRs to manually backport. starting with #46543 (have opened #46559) It maybe better to not merge this one yet. (makes autobackports more likely to succeed) Out of curiosity, where were the conflicts that prevented the autobackport of #46558 succeeding |
sure, will hold off on this one they were conflicts with another PR which updated |
I guess #46490 which we didn't backport. so probably autobackport won't suceed even after getting all the ci stuff in sync. |
code check are failing, I assume since we did not backport #45752 in #46558 (comment), I said ...
even though we are not seeing the same failures on 1.4.x It maybe that since black on 1.4.x is pinned to 21.12b0 whereas on main it was 22.1.0 that we don't need the backport. Alternatively, since the black changes should not affect code behavior, we could run the latest black as a commit here (I assume that would be easier than backporting #45752 and #46490) |
Looks like it works fine in 1.4.x - maybe I'd suggest to then either not backport Or will not backporting |
There we many files changed in #45752 so there is perhaps a greater risk that a manual backport is required in the future due to a conflict. I'm +1 on updating the code on 1.4.x to the latest black (although IIRC we have not tended to do this in the past) |
sure, I've done this in #46576, will close this one |
Backport PR #46558