We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2fd80 commit 02ef364Copy full SHA for 02ef364
2 files changed
.github/workflows/Codestyle-Check.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: |
51
pip install pre-commit==2.17.0
52
- pip install ast-grep-cli==0.42.1 # This version should be consistent with the one in .pre-commit-config.yaml
+ pip install ast-grep-cli==0.44.0 # This version should be consistent with the one in .pre-commit-config.yaml
53
54
- name: Run ast-grep unit tests
55
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
42
files: \.sh$
43
args: [--whitespaces-count, '4']
44
- repo: https://github.com/PFCCLab/ast-grep-pre-commit-mirror
45
- rev: v0.42.1
+ rev: v0.44.0
46
hooks:
47
- id: ast-grep
48
- repo: local
0 commit comments