Skip to content

Commit 6e550b1

Browse files
avivkellertargos
authored andcommitted
build: update ruff to 0.5.2
PR-URL: #53909 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f5f40c8 commit 6e550b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1527,8 +1527,8 @@ cpplint: lint-cpp
15271527
# Try with '--system' if it fails without; the system may have set '--user'
15281528
lint-py-build:
15291529
$(info Pip installing ruff on $(shell $(PYTHON) --version)...)
1530-
$(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.4.5 || \
1531-
$(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.4.5
1530+
$(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.5.2 || \
1531+
$(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.5.2
15321532

15331533
.PHONY: lint-py
15341534
ifneq ("","$(wildcard tools/pip/site-packages/ruff)")

0 commit comments

Comments
 (0)