mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 03:44:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			241 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			241 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
version = 1
 | 
						|
 | 
						|
exclude_patterns = [
 | 
						|
  "pywidevine/license_protocol_pb2.py"
 | 
						|
]
 | 
						|
 | 
						|
[[analyzers]]
 | 
						|
name = "python"
 | 
						|
enabled = true
 | 
						|
 | 
						|
  [analyzers.meta]
 | 
						|
  runtime_version = "3.x.x"
 | 
						|
  max_line_length = 120
 | 
						|
 | 
						|
[[analyzers]]
 | 
						|
name = "secrets"
 | 
						|
enabled = false
 |