2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

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 <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2024-10-14 12:39:18 +01:00 committed by Andrei Vagin
parent b88d40e334
commit 0e780145a5

View File

@ -437,7 +437,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 \