From a125b3cdce859f09a739722abb8b31a10c882d76 Mon Sep 17 00:00:00 2001 From: Akira Noda <61897166+tsugumi-sys@users.noreply.github.com> Date: Sat, 16 Mar 2024 04:51:25 +0900 Subject: [PATCH] Admin: Fix ruff warning (#7474) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5c5e34ce..33e277ee3 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ lint: format: black moto/ tests/ - ruff --fix moto/ tests/ + ruff check --fix moto/ tests/ test-only: rm -f .coverage