diff --git a/Makefile b/Makefile index 172d4b5177..e98eed0599 100644 --- a/Makefile +++ b/Makefile @@ -447,7 +447,7 @@ help: ruff: @ruff --version - ruff ${RUFF_FLAGS} --config=scripts/ruff.toml \ + ruff check ${RUFF_FLAGS} --config=scripts/ruff.toml \ test/zdtm.py \ test/inhfd/*.py \ test/others/rpc/config_file.py \