Skip to content

Commit

Permalink
chore: update version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 30, 2024
1 parent 25fd336 commit a68953c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
language: node
types: ["text"]
require_serial: false
additional_dependencies: ["@ast-grep/cli@0.28.1"]
additional_dependencies: ["@ast-grep/cli@0.29.0"]
minimum_pre_commit_version: "0"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 # Use the ref you want to point at
rev: 0.29.0 # Use the ref you want to point at
hooks:
- id: ast-grep
```
Expand All @@ -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.1
rev: 0.29.0
hooks:
- id: ast-grep
args: ["--update-all"]
Expand 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.1
rev: 0.29.0
hooks:
- id: ast-grep
args: ["--config", "/some/path/sgconfig.yaml"]
Expand Down

0 comments on commit a68953c

Please sign in to comment.