mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-13 05:07:02 +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
|