mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[mypy]
 | 
						|
files = Tools/wasm/wasm_*.py
 | 
						|
pretty = True
 | 
						|
show_traceback = True
 | 
						|
 | 
						|
# Make sure the wasm can be run using Python 3.8:
 | 
						|
python_version = 3.8
 | 
						|
 | 
						|
# Be strict...
 | 
						|
strict = True
 | 
						|
enable_error_code = truthy-bool,ignore-without-code
 |