Skip to content

Commit acde1d9

Browse files
committed
⬆️ bump ast-grep version to 0.42.3
1 parent 65ca012 commit acde1d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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/ast-grep-pre-commit-mirror
11-
rev: v0.42.2
11+
rev: v0.42.3
1212
hooks:
1313
- id: ast-grep
1414
```

pyproject.toml

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

0 commit comments

Comments
 (0)