We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff
0.5.2
1 parent f7f7b0c commit 6aa1d9eCopy full SHA for 6aa1d9e
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