mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Replace deprecated "extend-ignore" with "ignore"
This commit is contained in:
		
							parent
							
								
									3bcc7072d6
								
							
						
					
					
						commit
						5f115df74f
					
				| 
						 | 
					@ -111,7 +111,7 @@ select = [
 | 
				
			||||||
  "W", # pycodestyle warnings
 | 
					  "W", # pycodestyle warnings
 | 
				
			||||||
  "YTT", # flake8-2020
 | 
					  "YTT", # flake8-2020
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
extend-ignore = [
 | 
					ignore = [
 | 
				
			||||||
  "E203", # Whitespace before ':'
 | 
					  "E203", # Whitespace before ':'
 | 
				
			||||||
  "E221", # Multiple spaces before operator
 | 
					  "E221", # Multiple spaces before operator
 | 
				
			||||||
  "E226", # Missing whitespace around arithmetic operator
 | 
					  "E226", # Missing whitespace around arithmetic operator
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user