mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 13:33:50 +00:00
![]() ## Summary Ensure that we correctly infer calls such as `tuple((1, 2))`, `tuple(range(42))`, etc. Ensure that we emit errors on invalid calls such as `tuple[int, str]()`. ## Test Plan Mdtests |
||
---|---|---|
.. | ||
assert.md | ||
attribute.md | ||
boolean.md | ||
if.md | ||
lambda.md | ||
len.md |