mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	pylint: Reenable C0201 consider-iterating-dictionary
* C0201: Consider iterating the dictionary directly instead of calling .keys() (consider-iterating-dictionary)
This commit is contained in:
		
							parent
							
								
									a4c1ca48ad
								
							
						
					
					
						commit
						9749b26baa
					
				
					 4 changed files with 4 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -61,7 +61,6 @@ confidence = ["HIGH", "INFERENCE"]
 | 
			
		|||
disable = [
 | 
			
		||||
  "broad-exception-caught",
 | 
			
		||||
  "broad-exception-raised",
 | 
			
		||||
  "consider-iterating-dictionary",
 | 
			
		||||
  "invalid-name",
 | 
			
		||||
  "missing-class-docstring",
 | 
			
		||||
  "missing-function-docstring",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue