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.
1 parent 5bc13a4 commit 52de27bCopy full SHA for 52de27b
Makefile
@@ -1495,8 +1495,8 @@ cpplint: lint-cpp
1495
# Try with '--system' if it fails without; the system may have set '--user'
1496
lint-py-build:
1497
$(info Pip installing ruff on $(shell $(PYTHON) --version)...)
1498
- $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff || \
1499
- $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff
+ $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.0.272 || \
+ $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.0.272
1500
1501
.PHONY: lint-py
1502
ifneq ("","$(wildcard tools/pip/site-packages/ruff)")
0 commit comments