-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update identify
on the runner image
#257
Comments
the version of identify comes from here: Line 4 in d4dc46a
|
Which is what I tagged above 👆🏻 |
Thanks for the fix. I'm guessing this will be rolled out soon? |
this should be live now -- also batched some other updates into this so it took a little bit longer |
Hey 👋🏼
I really hope that this is the right place to ask for this.
pre-commit/mirrors-clang-format#32 just got merged two weeks ago and includes a type that was introduced to the
identify
library in pre-commit/identify#441, which is part of the v2.5.35 release.As far as I understood, the runner image is currently using
2.5.27
(runner-image/requirements.txt
Line 4 in d4dc46a
Because of that, every auto-update PR generated by pre-commit.ci that updates
will currently fail with an error message that contains
And while I know how to fix this locally (following the error message), if have no control over the pre-commit.ci system running these checks.
Based on previous commits in this repository (like 5623f48) I wasn't sure how to best update all the versions myself to submit a PR.
Hence this issue. Thanks for your time.
The text was updated successfully, but these errors were encountered: