mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-10-30 23:47:30 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| dev-setup:
 | |
| 	pip install -e ".[dev]"
 | |
| 
 | |
| tests:
 | |
| 	py.test graphene_django --cov=graphene_django -vv
 | |
| 
 | |
| format:
 | |
| 	black graphene_django
 | |
| 
 | |
| lint:
 | |
| 	flake8 graphene_django
 |