Skip to content

Commit 1e57c67

Browse files
anonrigmarco-ippolito
authored andcommitted
build: update ruff to v0.4.5
PR-URL: #53180 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c143d61 commit 1e57c67

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

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

0 commit comments

Comments
 (0)