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 e4111c2 commit 6fac5b9Copy full SHA for 6fac5b9
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.30.3
+ rev: v1.31.0
12
hooks:
13
- id: typos
14
args: [--force-exclude]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "typos-mirror"
3
-version = "1.30.3"
+version = "1.31.0"
4
dependencies = [
5
- "typos==1.30.3",
+ "typos==1.31.0",
6
]
0 commit comments