diff --git a/.github/workflows/Codestyle-Check.yml b/.github/workflows/Codestyle-Check.yml index ebf64bf02abe7b..6aad01217ba129 100644 --- a/.github/workflows/Codestyle-Check.yml +++ b/.github/workflows/Codestyle-Check.yml @@ -49,7 +49,7 @@ jobs: - name: Install dependencies run: | pip install pre-commit==2.17.0 - 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 - name: Run ast-grep unit tests run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b8b7fa85d330c..446a4877dfb689 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: files: \.sh$ args: [--whitespaces-count, '4'] - repo: https://github.com/PFCCLab/ast-grep-pre-commit-mirror - rev: v0.42.1 + rev: v0.44.0 hooks: - id: ast-grep - repo: local