Skip to content

Commit 93a8e3a

Browse files
authored
ci: pin typos pre-commit hook
Pin the crate-ci/typos pre-commit hook from mutable v1 to v1.47.0 so GitHub Actions can install the matching PyPI package reliably. Closes #386.
1 parent ce16a58 commit 93a8e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: detect-private-key
3030

3131
- repo: https://github.com/crate-ci/typos
32-
rev: v1
32+
rev: v1.47.0
3333
hooks:
3434
- id: typos
3535
# empty to do not write fixes

0 commit comments

Comments
 (0)