Dina Tamás
Results
2
comments of
Dina Tamás
I have overlooked that `data` may specify `x`. ```python def func(x: bool = False, **kwargs): print(x, kwargs) data = {"x": "a"} func(**data) # warning ``` Since mypy has no way...
Hence mypy's behavior is correct and I'm closing this ticket.