From 14310180b5da8bd72f4717777c774930087dcf37 Mon Sep 17 00:00:00 2001 From: boidolr Date: Sun, 20 Oct 2024 07:26:34 +0000 Subject: [PATCH] chore: update version 0.28.1 --- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 1f40610..0327cdc 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,5 +5,5 @@ language: node types: ["text"] require_serial: false - additional_dependencies: ["@ast-grep/cli@0.28.0"] + additional_dependencies: ["@ast-grep/cli@0.28.1"] minimum_pre_commit_version: "0" diff --git a/README.md b/README.md index 5918e24..1b03fb9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Minimal git hook to run [ast-grep](https://github.com/ast-grep/ast-grep) based o Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/ast-grep-pre-commit - rev: 0.28.0 # Use the ref you want to point at + rev: 0.28.1 # Use the ref you want to point at hooks: - id: ast-grep ``` @@ -24,7 +24,7 @@ Note that only rules with a severity of "error" will lead to the commit hook fai ``` - repo: https://github.com/boidolr/ast-grep-pre-commit - rev: 0.28.0 + rev: 0.28.1 hooks: - id: ast-grep args: ["--update-all"] @@ -35,7 +35,7 @@ Note that only rules with a severity of "error" will lead to the commit hook fai ``` - repo: https://github.com/boidolr/ast-grep-pre-commit - rev: 0.28.0 + rev: 0.28.1 hooks: - id: ast-grep args: ["--config", "/some/path/sgconfig.yaml"]