Timothée Mazzucotelli

Results 1058 comments of Timothée Mazzucotelli

@cdce8p could you elaborate why you closed as not planned :slightly_smiling_face:? I'm curious: is it hard to fix? Does Mypy really depend on the order it finds nodes in the...

But that doesn't mean that the implementation must appear *right after the last overload*, or that overloads should appear one after the other for that matter. I read this as...

Sure, but the warnings are very confusing: redef and no overload impl while there *is* an implementation and no redefinition. And I suppose ignoring these two warnings prevents further type-checking...

@15r10nk I'm having another issue on Python 3.13, maybe more related to inline-snapshot: ```python tests/test_end_to_end.py:121: in snapshots_signatures = snapshot({( .venvs/3.13/lib/python3.13/site-packages/inline_snapshot/_inline_snapshot.py:644: in __call__ return self.func(*args, **kwargs) .venvs/3.13/lib/python3.13/site-packages/inline_snapshot/_inline_snapshot.py:691: in snapshot expr =...

@15r10nk if you're addressing to me: ```bash git clone https://github.com/mkdocstrings/python cd python git checkout end-to-end-tests uv venv --python 3.13 uv pip install -e . uv pip install -r devdeps.txt ....

Interesting, if I move the snapshot variables in another module, the error disappears (`snapshots_thing = inline_snapshot.snapshot({...})`).

@15r10nk try commit 2771f35 instead, sorry, I pushed to the branch in the mean time. > I think you are also not using the 3.13 feature branch of executing. I...

@15r10nk thank you so much, awesome to hear this is already fixed :) pysource-minimize is really an amazing tool!

Thanks for offering your help :slightly_smiling_face: Just to be clear: do you intend to send a PR again, or are you just looking for help automating your docs at https://fralfaro.github.io/catalog/?...

Closing for now, feel free to comment further, and I'll reopen :slightly_smiling_face: