31 lines
		
	
	
	
		
			869 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			869 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # -*- mode: conf; -*-
 | |
| 
 | |
| [MESSAGES CONTROL]
 | |
| disable=all
 | |
| enable=anomalous-backslash-in-string,
 | |
|         assignment-from-no-return,
 | |
|         assignment-from-none,
 | |
|         bare-except,
 | |
|         broad-exception-caught,
 | |
|         consider-using-f-string,
 | |
|         consider-using-dict-comprehension,
 | |
|         consider-using-set-comprehension,
 | |
|         cyclic-import,
 | |
|         dangerous-default-value,
 | |
|         disallowed-name,
 | |
|         duplicate-code,
 | |
|         empty-docstring,
 | |
|         inconsistent-return-statements,
 | |
|         invalid-name,
 | |
|         line-too-long,
 | |
|         missing-function-docstring,
 | |
|         missing-module-docstring,
 | |
|         no-else-return,
 | |
|         no-self-argument,
 | |
|         redefined-argument-from-local,
 | |
|         too-few-public-methods,
 | |
|         trailing-whitespace,
 | |
|         unspecified-encoding,
 | |
|         unused-argument,
 | |
|         unused-import,
 | |
|         wrong-import-order,
 |