sobolevn
sobolevn
@JukkaL @ilevkivskyi hi! Looks like this issue can unblock several interesting use-cases, like https://github.com/typeddjango/pytest-mypy-plugins/issues/96 What do you think? @tusharsadhwani can you please solve the merge conflict?
I would love to fix this. PR is incomming! 👍
Ok, we can generalize this problem to this case: ```python from typing import List class Super: a: List[int] class Child(Super): a = [] ``` Right now it reports: ``` ex.py:7:...
I think that using `--reuse-db` with this plugin is problematic. Can you run two tests commands? One with `--create-db` and this plugin, other with other tests and `--reuse-db`?
No, I don't know. But, if you can figure that out, PR is totally welcome!
@mschoettle so, is this working as you expect?
Updated! Thank you!
I will wait for some third opinion, maybe someone else has input: whether this should be a default or not. Thanks for the review!
Maybe @carljm or @hauntsaninja ? :)