mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
Update makefile
This commit is contained in:
parent
26b3365c0c
commit
ab6e31d69a
4
Makefile
4
Makefile
|
@ -5,7 +5,7 @@ tests:
|
||||||
py.test graphene_django --cov=graphene_django -vv
|
py.test graphene_django --cov=graphene_django -vv
|
||||||
|
|
||||||
format:
|
format:
|
||||||
black graphene_django
|
black --exclude "/migrations/" graphene_django examples
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
flake8 graphene_django
|
flake8 graphene_django examples
|
||||||
|
|
Loading…
Reference in New Issue
Block a user