Skip to content

Commit

Permalink
make/lint: use 'ruff check <path>'
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rst0git authored and avagin committed Oct 16, 2024
1 parent 56bc739 commit 900f94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 900f94e

Please sign in to comment.