[ty] Pull types on synthesized Python files created by mdtest (#18539)

This commit is contained in:
Alex Waygood
2025-06-12 10:32:17 +01:00
committed by GitHub
parent e6fe2af292
commit 324e5cbc19
14 changed files with 361 additions and 191 deletions

View File

@@ -139,6 +139,8 @@ x: int = MagicMock()
## Invalid
<!-- pull-types:skip -->
`Any` cannot be parameterized:
```py

View File

@@ -58,6 +58,8 @@ def _(c: Callable[[int, 42, str, False], None]):
### Missing return type
<!-- pull-types:skip -->
Using a parameter list:
```py