sobolevn

Results 1663 comments of sobolevn

Does `--mypy-pyproject-toml-file` not work for you?

Yes, looks like a mypy issue. Please, open a new report there :)

Yes! Side question: during the last meeting we decided to have some regular calls. What do you think about pre-holidays post-release chat and small zoom party? ;) Should I organize...

Very strange 😨 How can `__hash__` affect this?

It does not feel right. It looks like it exposes some other bug. I will have a look.

So, I am diving into it. First of all, I was able to reproduce this problem. Secondly, this works: ```python from typing import TypeVar T = TypeVar("T", dict, int) def...

I will try to find how to fix typevar representation change without code modifications, I think that this has to do with my `typing` fixtures.