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