diff --git a/Makefile b/Makefile index d05f425b63..1915f2e69f 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ check-dist: rm -rf $(TMP) ruff: - ruff . + pre-commit run --all-files ruff pytest: @if command -v pytest > /dev/null; then \