mirror of
				https://github.com/qurator-spk/ocrd_repair_inconsistencies.git
				synced 2025-10-31 00:44:13 +01:00 
			
		
		
		
	
		
			
	
	
		
			25 lines
		
	
	
	
		
			486 B
		
	
	
	
		
			INI
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
	
		
			486 B
		
	
	
	
		
			INI
		
	
	
	
	
	
|  | [MASTER] | ||
|  | 
 | ||
|  | [MESSAGES CONTROL] | ||
|  | disable = | ||
|  |     ungrouped-imports, | ||
|  |     bad-continuation, | ||
|  |     missing-docstring, | ||
|  |     no-self-use, | ||
|  |     superfluous-parens, | ||
|  |     invalid-name, | ||
|  |     line-too-long, | ||
|  |     too-many-arguments, | ||
|  |     too-many-branches, | ||
|  |     too-many-statements, | ||
|  |     too-many-locals, | ||
|  |     too-few-public-methods, | ||
|  |     wrong-import-order, | ||
|  |     duplicate-code | ||
|  | 
 | ||
|  | # allow indented whitespace (as required by interpreter): | ||
|  | no-space-check=empty-line | ||
|  | 
 | ||
|  | # allow non-snake-case identifiers: | ||
|  | good-names=n,i |