Here are a bunch of (variously failing and passing) mdtests that reflect the kinds of issues people encounter when running ty over an entire workspace without sufficient hand-holding (especially because in the IDE it is unclear *how* to provide that hand-holding).
4 lines
51 B
Python
4 lines
51 B
Python
from __future__ import annotations
|
|
|
|
print("hello")
|