We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91b89e commit f0c6de7Copy full SHA for f0c6de7
Makefile
@@ -30,13 +30,14 @@ outdated: snapshots/default/.venv
30
31
## update pre-commit hooks
32
pc-update: snapshots/default/.venv
33
- cd snapshots/default && uv run pre-commit autoupdate
+ cd snapshots/default && uvx prek autoupdate
34
cp -p snapshots/default/.pre-commit-config.yaml {{cookiecutter.repo_name}}/
35
36
install-hooks: .git/hooks/pre-push
37
38
.git/hooks/pre-push:
39
- uvx pre-commit install --install-hooks -t pre-push
+ uvx prek install --install-hooks -t pre-push
40
+
41
## run pre-commit git hooks on all files
42
hooks:
- uvx pre-commit run --color=always --all-files --hook-stage pre-push
43
+ uvx prek run --color=always --all-files --hook-stage pre-push
0 commit comments