Skip to content

Commit d458713

Browse files
⬆️ bump typos version to 1.33.1
1 parent 6304968 commit d458713

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.33.0
11+
rev: v1.33.1
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.33.0"
3+
version = "1.33.1"
44
dependencies = [
5-
"typos==1.33.0",
5+
"typos==1.33.1",
66
]

0 commit comments

Comments
 (0)