-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
SSH handler/listener plugins #1398
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@webknjaz Wondering if we need to update
So I figured may be some upstream dep has changed, though unsure which one
I investigated above packages and none seem to have released a new version yesterday. Unsure if |
Another hint I got that something has changed, because |
Indeed, can verify this by comparing hash of
Hence the unexpected errors IIUC |
@abhinavsingh yes, I'm getting this in other projects too. It looks like the pre-commit.ci service updated their container images and now default to using Python 3.12 there. I'm trying to figure out what updates to make elsewhere but hitting problems with other plugin incompatibilities like wemake-services/wemake-python-styleguide#2933 so I don't have a final solution yet. The workaround of pinning the Python version seems like a reasonable stopgap for now. |
No description provided.