Skip to content

Commit

Permalink
chore: update version 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 25, 2024
1 parent ec779dc commit 8fad677
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/[email protected].2"]
additional_dependencies: ["@ast-grep/[email protected].3"]
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/pre-commit-ast-grep
rev: 0.19.2 # Use the ref you want to point at
rev: 0.19.3 # 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/pre-commit-ast-grep
rev: 0.19.2
rev: 0.19.3
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/pre-commit-ast-grep
rev: 0.19.2
rev: 0.19.3
hooks:
- id: ast-grep
args: ["--config", "/some/path/sgconfig.yaml"]
Expand Down

0 comments on commit 8fad677

Please sign in to comment.