Skip to content

Commit 123693c

Browse files
authored
build: update ruff to 0.5.2
PR-URL: nodejs#53909 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent b00102e commit 123693c

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
@@ -1529,8 +1529,8 @@ cpplint: lint-cpp
15291529
# Try with '--system' if it fails without; the system may have set '--user'
15301530
lint-py-build:
15311531
$(info Pip installing ruff on $(shell $(PYTHON) --version)...)
1532-
$(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.4.5 || \
1533-
$(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.4.5
1532+
$(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.5.2 || \
1533+
$(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.5.2
15341534

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

0 commit comments

Comments
 (0)