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