From e3555bbe613fd9fccb373ac627d616e8b2e48985 Mon Sep 17 00:00:00 2001 From: Akira Noda <61897166+tsugumi-sys@users.noreply.github.com> Date: Sat, 23 Mar 2024 06:04:01 +0900 Subject: [PATCH] Adim: Add format check by ruff in Github Actions (#7510) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 87b20729d..0c6c17231 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ init: lint: @echo "Running ruff..." ruff check moto tests + ruff format --check moto tests @echo "Running pylint..." pylint -j 0 moto tests @echo "Running MyPy..."