Skip to content

Commit b38ebae

Browse files
⬆️ bump typos version to 1.29.5
1 parent 7ddd17f commit b38ebae

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.29.4
11+
rev: v1.29.5
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.29.4"
3+
version = "1.29.5"
44
dependencies = [
5-
"typos==1.29.4",
5+
"typos==1.29.5",
66
]

0 commit comments

Comments
 (0)