Skip to content

Commit 6fac5b9

Browse files
⬆️ bump typos version to 1.31.0
1 parent e4111c2 commit 6fac5b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add this to your `.pre-commit-config.yaml`:
88

99
```yaml
1010
- repo: https://github.com/PFCCLab/typos-pre-commit-mirror.git
11-
rev: v1.30.3
11+
rev: v1.31.0
1212
hooks:
1313
- id: typos
1414
args: [--force-exclude]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "typos-mirror"
3-
version = "1.30.3"
3+
version = "1.31.0"
44
dependencies = [
5-
"typos==1.30.3",
5+
"typos==1.31.0",
66
]

0 commit comments

Comments
 (0)