mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 16:07:27 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [flake8]
 | |
| exclude = setup.py,docs/*,*/examples/*,graphene/pyutils/*,tests
 | |
| max-line-length = 120
 | |
| 
 | |
| [coverage:run]
 | |
| omit = graphene/pyutils/*,*/tests/*,graphene/types/scalars.py
 | |
| 
 | |
| [isort]
 | |
| known_first_party=graphene
 | |
| 
 | |
| [bdist_wheel]
 | |
| universal=1
 |