mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
	
		
			239 B
		
	
	
	
		
			INI
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			239 B
		
	
	
	
		
			INI
		
	
	
	
	
	
|   | [mypy] | ||
|  | ignore_missing_imports = true | ||
|  | disallow_any_generics = True | ||
|  | pretty = True | ||
|  | show_column_numbers = True | ||
|  | warn_redundant_casts = True | ||
|  | warn_return_any = True | ||
|  | warn_unreachable = True | ||
|  | 
 | ||
|  | namespace_packages = True | ||
|  | explicit_package_bases = True |