mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			589 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			589 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [MASTER]
 | |
| reports=no
 | |
| ignore=api_pb2.py
 | |
| 
 | |
| disable=
 | |
|   format,
 | |
|   missing-docstring,
 | |
|   fixme,
 | |
|   unused-argument,
 | |
|   global-statement,
 | |
|   too-few-public-methods,
 | |
|   too-many-lines,
 | |
|   too-many-locals,
 | |
|   too-many-ancestors,
 | |
|   too-many-branches,
 | |
|   too-many-statements,
 | |
|   too-many-arguments,
 | |
|   too-many-return-statements,
 | |
|   too-many-instance-attributes,
 | |
|   duplicate-code,
 | |
|   invalid-name,
 | |
|   cyclic-import,
 | |
|   redefined-builtin,
 | |
|   undefined-loop-variable,
 | |
|   useless-object-inheritance,
 | |
|   stop-iteration-return,
 | |
|   import-outside-toplevel,
 | |
|   # Broken
 | |
|   unsupported-membership-test,
 | |
|   unsubscriptable-object,
 |