mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			415 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			415 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [MASTER]
 | |
| reports=no
 | |
| 
 | |
| disable=
 | |
|   missing-docstring,
 | |
|   fixme,
 | |
|   unused-argument,
 | |
|   global-statement,
 | |
|   too-few-public-methods,
 | |
|   too-many-locals,
 | |
|   too-many-ancestors,
 | |
|   too-many-branches,
 | |
|   too-many-statements,
 | |
|   too-many-arguments,
 | |
|   too-many-return-statements,
 | |
|   duplicate-code,
 | |
|   invalid-name,
 | |
|   cyclic-import,
 | |
|   redefined-builtin,
 | |
|   undefined-loop-variable,
 | |
| 
 | |
| 
 | |
| additional-builtins=
 | |
|   unicode,
 | |
|   long,
 | |
|   raw_input
 |