mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			293 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			293 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [mypy]
 | |
| ignore_missing_imports = True
 | |
| 
 | |
| [mypy-graphene.pyutils.*]
 | |
| ignore_errors = True
 | |
| 
 | |
| [mypy-graphene.types.scalars]
 | |
| ignore_errors = True
 | |
| 
 | |
| [mypy-graphene.types.generic]
 | |
| ignore_errors = True
 | |
| 
 | |
| [mypy-graphene.types.tests.*]
 | |
| ignore_errors = True
 | |
| 
 | |
| [mypy-graphene.relay.tests.*]
 | |
| ignore_errors = True
 |