mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +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:
committed by
Andrei Vagin
parent
b88d40e334
commit
0e780145a5
2
Makefile
2
Makefile
@@ -437,7 +437,7 @@ help:
|
|||||||
|
|
||||||
ruff:
|
ruff:
|
||||||
@ruff --version
|
@ruff --version
|
||||||
ruff ${RUFF_FLAGS} --config=scripts/ruff.toml \
|
ruff check ${RUFF_FLAGS} --config=scripts/ruff.toml \
|
||||||
test/zdtm.py \
|
test/zdtm.py \
|
||||||
test/inhfd/*.py \
|
test/inhfd/*.py \
|
||||||
test/others/rpc/config_file.py \
|
test/others/rpc/config_file.py \
|
||||||
|
Reference in New Issue
Block a user