| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c391923 commit 74cefa5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1525,8 +1525,8 @@ cpplint: lint-cpp | |||
| 1525 | 1525 | # Try with '--system' if it fails without; the system may have set '--user' | |
| 1526 | 1526 | lint-py-build: | |
| 1527 | 1527 | $(info Pip installing ruff on $(shell $(PYTHON) --version)...) | |
| 1528 | - $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.3.4 || \ | ||
| 1529 | - $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.3.4 | ||
| 1528 | + $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.4.5 || \ | ||
| 1529 | + $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.4.5 | ||
| 1530 | 1530 | ||
| 1531 | 1531 | .PHONY: lint-py | |
| 1532 | 1532 | ifneq ("","$(wildcard tools/pip/site-packages/ruff)") | |
| Back | FazBrowse Home | New Git URL |
0 commit comments