Replace black with ruff format in Makefile

This commit is contained in:
Kien Dang 2023-10-25 10:18:20 +08:00
parent 413e5101c1
commit c426a40983

View File

@ -14,7 +14,7 @@ tests:
.PHONY: format ## Format code
format:
black graphene_django examples setup.py
ruff format graphene_django examples setup.py
.PHONY: lint ## Lint code
lint: