From c426a40983bef55696106a399cf1e8371f279bf1 Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Wed, 25 Oct 2023 10:18:20 +0800 Subject: [PATCH] Replace black with ruff format in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31e5c93..633c83f 100644 --- a/Makefile +++ b/Makefile @@ -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: