We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7c23b commit f5a9d82Copy full SHA for f5a9d82
README.md
@@ -8,7 +8,7 @@ Add this to your `.pre-commit-config.yaml`:
8
9
```yaml
10
- repo: https://github.com/PFCCLab/typos-pre-commit-mirror.git
11
- rev: v1.43.2
+ rev: v1.43.3
12
hooks:
13
- id: typos
14
args: [--force-exclude]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "typos-mirror"
3
-version = "1.43.2"
+version = "1.43.3"
4
dependencies = [
5
- "typos==1.43.2",
+ "typos==1.43.3",
6
]
0 commit comments