Skip to content

Commit 02ef364

Browse files
authored
[CodeStyle][Ast-grep] Bump ast-grep to v0.44.0 (PaddlePaddle#79382)
1 parent 0b2fd80 commit 02ef364

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Codestyle-Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: |
5151
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
52+
pip install ast-grep-cli==0.44.0 # This version should be consistent with the one in .pre-commit-config.yaml
5353
5454
- name: Run ast-grep unit tests
5555
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
files: \.sh$
4343
args: [--whitespaces-count, '4']
4444
- repo: https://github.com/PFCCLab/ast-grep-pre-commit-mirror
45-
rev: v0.42.1
45+
rev: v0.44.0
4646
hooks:
4747
- id: ast-grep
4848
- repo: local

0 commit comments

Comments
 (0)