mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-10-31 12:05:57 +00:00 
			
		
		
		
	 4f2851982d
			
		
	
	
		4f2851982d
		
			
		
	
	
	
	
		
			
			Summary -- This PR detects tuple unpacking expressions in index/subscript expressions before Python 3.11. Test Plan -- New inline tests
		
			
				
	
	
		
			1 line
		
	
	
	
		
			19 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			19 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| array[*start:*end]
 |