mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-10-30 19:47:52 +00:00 
			
		
		
		
	|  a50a993b9c ## 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 | ||