We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275e512 commit e0ec294Copy full SHA for e0ec294
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