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 02399f0 commit a762278Copy full SHA for a762278
.pre-commit-config.yaml
@@ -15,3 +15,11 @@ repos:
15
rev: v4.7.2
16
hooks:
17
- id: commitizen
18
+
19
+ # Use the mirror since the main `typos` repo has tags for different
20
+ # sub-packages, which confuses pre-commit when it tries to find the latest
21
+ # version
22
+ - repo: https://github.com/adhtruong/mirrors-typos
23
+ rev: v1.32.0
24
+ hooks:
25
+ - id: typos
0 commit comments