Uh oh!
There was an error while loading. Please reload this page.
gh-133117: Run mypy on tomllib in CI - #133118
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| def __init__(self) -> None: | ||
| self._flags: dict[str, dict] = {} | ||
| self._flags: dict[str, dict[Any, Any]] = {} |
There was a problem hiding this comment.
It is fully typed already, we just need to run the CI if something changes.
Seems it wasn't fully typed already?
Please can you also submit these changes to https://github.com/hukkin/tomli ?
There was a problem hiding this comment.
Should I do it before or after this PR?
There was a problem hiding this comment.
I'd suggest there first, because we're sort of downstream, but no strong preference from me.
Let's ask @hukkin, @encukou and @hauntsaninja.
Uh oh!
There was an error while loading. Please reload this page.
sobolevn
commented
Apr 29, 2025
merging main so CLA can possibly get unstuck :( |
sobolevn
commented
Apr 29, 2025
I will keep this open for a day or so, waiting for others' feedback :) |
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit 5ea9010) Co-authored-by: sobolevn <mail@sobolevn.me>
GH-133192 is a backport of this pull request to the 3.13 branch. |
sobolevn
commented
Apr 30, 2025
Now I will work on enabling |
eli-schwartz
commented
Jun 16, 2025
This PR seems to have caused a new file to be installed by |
sobolevn
commented
Jun 16, 2025
@eli-schwartz let's discuss this separatelly :) |
tomllibstdlib folder #133117