Skip to content

Commit 0e78014

Browse files
rst0gitavagin
authored andcommitted
make/lint: use 'ruff check <path>'
The command `ruff <path>` has been deprecated and removed: https://astral.sh/blog/ruff-v0.5.0#removed-deprecated-features Signed-off-by: Radostin Stoyanov <[email protected]>
1 parent b88d40e commit 0e78014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ help:
437437

438438
ruff:
439439
@ruff --version
440-
ruff ${RUFF_FLAGS} --config=scripts/ruff.toml \
440+
ruff check ${RUFF_FLAGS} --config=scripts/ruff.toml \
441441
test/zdtm.py \
442442
test/inhfd/*.py \
443443
test/others/rpc/config_file.py \

0 commit comments

Comments
 (0)