python / mypy

Optional static typing for Python
https://www.mypy-lang.org/
Other
18.27k stars 2.79k forks source link

Always allow lambda calls #17430

Closed ilevkivskyi closed 3 months ago

ilevkivskyi commented 3 months ago

See https://github.com/python/mypy/pull/17408 for context.

github-actions[bot] commented 3 months ago

Diff from mypy_primer, showing the effect of this PR on open source code:

trio (https://github.com/python-trio/trio)
+ src/trio/_tests/test_util.py:272: error: Unused "type: ignore" comment  [unused-ignore]
+ src/trio/_tests/test_util.py:273: error: Unused "type: ignore" comment  [unused-ignore]
+ src/trio/_tests/test_util.py:274: error: Unused "type: ignore" comment  [unused-ignore]
ilevkivskyi commented 3 months ago

Taking into account the change is trivial, I am not waiting for review here.