We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bd1f0 commit 001e179Copy full SHA for 001e179
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.2
+ rev: v0.40.3
12
hooks:
13
- id: ast-grep
14
```
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ast-grep-mirror"
3
-version = "0.40.2"
+version = "0.40.3"
4
dependencies = [
5
- "ast-grep-cli==0.40.2",
+ "ast-grep-cli==0.40.3",
6
]
0 commit comments