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 b00102e commit 123693cCopy full SHA for 123693c
Makefile
@@ -1529,8 +1529,8 @@ cpplint: lint-cpp
1529
# Try with '--system' if it fails without; the system may have set '--user'
1530
lint-py-build:
1531
$(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
+ $(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
1534
1535
.PHONY: lint-py
1536
ifneq ("","$(wildcard tools/pip/site-packages/ruff)")
0 commit comments