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