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..."