Skip to content

Commit 900f94e

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 56bc739 commit 900f94e

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
@@ -447,7 +447,7 @@ help:
447447

448448
ruff:
449449
@ruff --version
450-
ruff ${RUFF_FLAGS} --config=scripts/ruff.toml \
450+
ruff check ${RUFF_FLAGS} --config=scripts/ruff.toml \
451451
test/zdtm.py \
452452
test/inhfd/*.py \
453453
test/others/rpc/config_file.py \

0 commit comments

Comments
 (0)