mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-10 16:22:20 +03:00
Add back black to dev dependencies
This commit is contained in:
parent
06d839932f
commit
c9e9cfe9c6
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ tests:
|
||||||
|
|
||||||
.PHONY: format ## Format code
|
.PHONY: format ## Format code
|
||||||
format:
|
format:
|
||||||
tox -e pre-commit
|
black graphene_django examples setup.py
|
||||||
|
|
||||||
.PHONY: lint ## Lint code
|
.PHONY: lint ## Lint code
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user