We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c143d61 commit 1e57c67Copy full SHA for 1e57c67
Makefile
@@ -1525,8 +1525,8 @@ cpplint: lint-cpp
1525
# Try with '--system' if it fails without; the system may have set '--user'
1526
lint-py-build:
1527
$(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
+ $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.4.5 || \
+ $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.4.5
1530
1531
.PHONY: lint-py
1532
ifneq ("","$(wildcard tools/pip/site-packages/ruff)")
0 commit comments