Uh oh!
There was an error while loading. Please reload this page.
gh-109413: Add more type hints to libregrtest - #126352
Conversation
sobolevn
commented
Nov 4, 2024
Thank you! I think that we backport such changes (based on experience of #109413), so I will add labels! |
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @sobolevn, I could not cleanly backport this to |
(cherry picked from commit bfc1d25) Co-authored-by: sobolevn <mail@sobolevn.me>
GH-126388 is a backport of this pull request to the 3.13 branch. |
sobolevn
commented
Nov 4, 2024
I will try to create a manual backport to 3.12, but it is not easy: #125597 |
AlexWaygood
commented
Nov 4, 2024
Thanks! If you're interested in working in more improvements here, the mypy config we use for
I wouldn't worry about it too much if it's hard. I wouldn't say that these changes are important to backport in and of themselves. The main reason to backport them is to reduce the risk of merge conflicts when backporting future bugfixes (which are important to backport) to |
GH-126389 is a backport of this pull request to the 3.12 branch. |
sobolevn
commented
Nov 4, 2024
Yes, I am working on some further fixes :) |
While working on #126237 I've noticed that there are quite a lot of simple and uncontroversial type hints that I can add to
libregrtest.I also bumped mypy to the recent version (it is the same as 1.12, but faster).