-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Revert incorrect typing changes #10222
Conversation
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
CodSpeed Performance ReportMerging #10222 will not alter performanceComparing Summary
|
Pending dependabot PR, which should catch up over the next 2 days. |
@Dreamsorcerer alternatively we could just bump all the deps manually, with a local pip-tools run. And avoid those annoying Dependabot notifications coming in every day.. |
Sorry, guys, I've missed what are you talking about. |
I'm just being lazy. Could have also manually triggered Dependabot. I think using Dependabot is still preferable, but would be great to filter out those notifications... |
No, not right now anyway. The problem is that it was stuck for a while, and Sam fixed it just the other day. Now it's trying to catch up by creating a gazillion of PRs, one per each dependency. It calls The current setup is not very flexible and has a number of issues in the space of package management, so it's possible to fundamentally rework it, but it requires a certain amount of focused effort. This is why I'm not jumping right into it, even though I've done this research multiple times elsewhere and have really good practices that work. |
Backport to 3.12: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 0d44b6a on top of patchback/backports/3.12/0d44b6acace64f73045c14869af9069dc801926e/pr-10222 Backporting merged PR #10222 into master
🤖 @patchback |
(cherry picked from commit 0d44b6a)
From #9528. This should work again with mypy 1.14.
Add some new flags too.
Edit: Not actually fixed in mypy 1.14. Waiting for 1.15 for proper fix.