We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d351bb commit 31d2f89Copy full SHA for 31d2f89
README.md
@@ -8,7 +8,7 @@ Add this to your `.pre-commit-config.yaml`:
8
9
```yaml
10
- repo: https://github.com/PFCCLab/ast-grep-pre-commit-mirror
11
- rev: v0.40.0
+ rev: v0.40.1
12
hooks:
13
- id: ast-grep
14
```
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ast-grep-mirror"
3
-version = "0.40.0"
+version = "0.40.1"
4
dependencies = [
5
- "ast-grep-cli==0.40.0",
+ "ast-grep-cli==0.40.1",
6
]
0 commit comments