Skip to content

Commit 31d2f89

Browse files
⬆️ bump ast-grep version to 0.40.1
1 parent 8d351bb commit 31d2f89

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.0
11+
rev: v0.40.1
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.0"
3+
version = "0.40.1"
44
dependencies = [
5-
"ast-grep-cli==0.40.0",
5+
"ast-grep-cli==0.40.1",
66
]

0 commit comments

Comments
 (0)