26 lines
		
	
	
	
		
			695 B
		
	
	
	
		
			INI
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
	
		
			695 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| 
								 | 
							
								# -*- mode: conf; -*-
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[MESSAGES CONTROL]
							 | 
						||
| 
								 | 
							
								disable=fixme,
							 | 
						||
| 
								 | 
							
								        duplicate-code,
							 | 
						||
| 
								 | 
							
								        abstract-method,
							 | 
						||
| 
								 | 
							
								        arguments-differ,
							 | 
						||
| 
								 | 
							
								        arguments-renamed,
							 | 
						||
| 
								 | 
							
								        attribute-defined-outside-init,
							 | 
						||
| 
								 | 
							
								        broad-exception-caught,
							 | 
						||
| 
								 | 
							
								        consider-using-dict-comprehension,
							 | 
						||
| 
								 | 
							
								        consider-using-f-string,
							 | 
						||
| 
								 | 
							
								        consider-using-set-comprehension,
							 | 
						||
| 
								 | 
							
								        empty-docstring,
							 | 
						||
| 
								 | 
							
								        implicit-str-concat,
							 | 
						||
| 
								 | 
							
								        inconsistent-return-statements,
							 | 
						||
| 
								 | 
							
								        invalid-name,
							 | 
						||
| 
								 | 
							
								        missing-class-docstring,
							 | 
						||
| 
								 | 
							
								        missing-function-docstring,
							 | 
						||
| 
								 | 
							
								        no-else-return,
							 | 
						||
| 
								 | 
							
								        no-member,
							 | 
						||
| 
								 | 
							
								        no-self-argument,
							 | 
						||
| 
								 | 
							
								        redefined-outer-name,
							 | 
						||
| 
								 | 
							
								        singleton-comparison,
							 | 
						||
| 
								 | 
							
								        too-few-public-methods,
							 |