Skip to content

Commit 001e179

Browse files
⬆️ bump ast-grep version to 0.40.3
1 parent 87bd1f0 commit 001e179

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/ast-grep-pre-commit-mirror
11-
rev: v0.40.2
11+
rev: v0.40.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.40.2"
3+
version = "0.40.3"
44
dependencies = [
5-
"ast-grep-cli==0.40.2",
5+
"ast-grep-cli==0.40.3",
66
]

0 commit comments

Comments
 (0)