mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:25:17 +00:00
256 B
256 B
Ellipsis literals
Python 3.9
[environment]
python-version = "3.9"
reveal_type(...) # revealed: ellipsis
Python 3.10
[environment]
python-version = "3.10"
reveal_type(...) # revealed: EllipsisType