-
Notifications
You must be signed in to change notification settings - Fork 3
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
[pre-commit.ci] pre-commit autoupdate #59
Conversation
68248fb
to
2041fd8
Compare
We might just want to revert the ruff part of the change with a fixup commit and merge this to get the usable updates... |
Yeah, something in the docs part is grumpy though… seemingly
Seemingly, some sleuthing (read: pasting the error into Google Search) yields this: pytorch/pytorch#69904 |
More specific: pypa/setuptools#3744 (comment) |
f1d9abf
to
e1048ec
Compare
Okay, so fix made more complicated because |
Oh interesting - I was running into that error on my branch for #58 and thought it had something to do with my changes 🤦 What do you think about splitting out the fix for that import error in a separate PR? After all, it's not related to the pre-commit changes, just something that happened to occur around the same time. Also, cutting off eight major versions of setuptools seems pretty drastic; I wonder if there's a way to fix it with a lighter touch... although I suppose getting it working is better than waiting to find the "right" way. |
Yep, I have no issues doing that… I'll get right onto it.
Yes well, I think it all depends on how quickly upstream identify and fix the issue. I was of the thought of "get it working" knowing this was meant to be "temporary". (Yes, fully aware how permanent a "temporary" fix can be.) |
825af15
to
8ea75cd
Compare
Could you rebase this on |
8ea75cd
to
a02b86e
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.233 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.233...v0.0.284) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](pre-commit/mirrors-mypy@v1.4.1...v1.5.0) - [github.com/psf/black: 22.6.0 → 23.7.0](psf/black@22.6.0...23.7.0)
a02b86e
to
7486961
Compare
updates: