File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
clients/python/requirements Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ info: info-api info-envs info-tools info-pip ## all infos
52
52
53
53
54
54
.venv : .check-uv-installed
55
- # Using $$UV_PYTHON
56
55
@uv venv $@
57
56
# # upgrading tools to latest version in $(shell python3 --version)
58
57
@uv pip --quiet install --upgrade \
@@ -65,9 +64,10 @@ info: info-api info-envs info-tools info-pip ## all infos
65
64
66
65
.PHONY : devenv
67
66
devenv : .venv .vscode/settings.json .vscode/launch.json # # create a python virtual environment with dev tools (e.g. linters, etc)
67
+ # Installing requirements.txt
68
68
@uv pip --quiet install -r requirements.txt
69
69
# Installing pre-commit hooks in current .git repo
70
- uvx pre-commit install
70
+ @ uvx pre-commit install
71
71
@echo " To activate the venv, execute 'source .venv/bin/activate'"
72
72
73
73
Original file line number Diff line number Diff line change
1
+ --editable artifacts/client
2
+ --editable .
3
+
1
4
-r unit-test.txt
2
5
-r e2e-test.txt
3
6
pylint
4
-
5
-
6
- --editable artifacts/client
7
- --editable .
You can’t perform that action at this time.
0 commit comments