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 2e808e7 commit 42df15aCopy full SHA for 42df15a
Makefile
@@ -67,7 +67,7 @@ info: info-api info-envs info-tools info-pip ## all infos
67
devenv: .venv .vscode/settings.json .vscode/launch.json ## create a python virtual environment with dev tools (e.g. linters, etc)
68
@uv pip --quiet install -r requirements.txt
69
# Installing pre-commit hooks in current .git repo
70
- @$</bin/pre-commit install
+ uvx pre-commit install
71
@echo "To activate the venv, execute 'source .venv/bin/activate'"
72
73
requirements.txt
@@ -1,3 +1,2 @@
1
-pre-commit
2
semver
3
typer
0 commit comments