### Summary Python 3.13.3 https://play.ty.dev/2ca5385c-da70-4f1b-b4d3-e4e15b5f9c6c ```py import tempfile # No overload of bound method `__init__` matches argumentsty(lint:no-matching-overload) with tempfile.TemporaryDirectory() as tmp: .... ``` Not sure that is intented behaviour, pyright doesn't mark it as an error. Probably related issue - https://github.com/astral-sh/ty/issues/274 ### Version v.0.0.7a (from VS Code extension)