We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4ced5 commit 70d134cCopy full SHA for 70d134c
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
default_stages: [pre-push]
3
repos:
4
- repo: https://github.com/crate-ci/typos
5
- rev: v1.23.2
+ rev: v1.39.0
6
hooks:
7
- id: typos
8
- repo: https://github.com/ComPWA/taplo-pre-commit
Makefile
@@ -30,6 +30,7 @@ outdated: snapshots/default/.venv
30
31
## update pre-commit hooks
32
pc-update: snapshots/default/.venv
33
+ uvx prek autoupdate
34
cd snapshots/default && uvx prek autoupdate
35
cp -p snapshots/default/.pre-commit-config.yaml {{cookiecutter.repo_name}}/
36
0 commit comments