Skip to content

Commit 42df15a

Browse files
committed
uvx pre-commit
1 parent 2e808e7 commit 42df15a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ info: info-api info-envs info-tools info-pip ## all infos
6767
devenv: .venv .vscode/settings.json .vscode/launch.json ## create a python virtual environment with dev tools (e.g. linters, etc)
6868
@uv pip --quiet install -r requirements.txt
6969
# Installing pre-commit hooks in current .git repo
70-
@$</bin/pre-commit install
70+
uvx pre-commit install
7171
@echo "To activate the venv, execute 'source .venv/bin/activate'"
7272

7373

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
pre-commit
21
semver
32
typer

0 commit comments

Comments
 (0)