Skip to content

Commit

Permalink
docs: fix pre-commit sample version v0.1.0 (biomejs#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored and ematipico committed Jan 24, 2024
1 parent c063e28 commit e03edce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/src/content/docs/ja/recipes/git-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Biome は [biomejs/pre-commit](https://github.com/biomejs/pre-commit) リポジ
```yaml title=".pre-commit-config.yaml"
repos:
- repo: https://github.com/biomejs/pre-commit
rev: "0.1.0" # タグやハッシュ値を指定してください
rev: "v0.1.0" # タグやハッシュ値を指定してください
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/pt-br/recipes/git-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Se você quiser usar o hook `biome-check`, adicione a seguinte configuração na
```yaml title=".pre-commit-config.yaml"
repos:
- repo: https://github.com/biomejs/pre-commit
rev: "0.1.0" # Use the sha / tag you want to point at
rev: "v0.1.0" # Use the sha / tag you want to point at
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/recipes/git-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if you want to use the `biome-check` hook, add the following pre-commit configur
```yaml title=".pre-commit-config.yaml"
repos:
- repo: https://github.com/biomejs/pre-commit
rev: "0.1.0" # Use the sha / tag you want to point at
rev: "v0.1.0" # Use the sha / tag you want to point at
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/zh-cn/recipes/git-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Biome 通过 [biomejs/pre-commit](https://github.com/biomejs/pre-commit) 仓库
```yaml title=".pre-commit-config.yaml"
repos:
- repo: https://github.com/biomejs/pre-commit
rev: "0.1.0" # Use the sha / tag you want to point at
rev: "v0.1.0" # Use the sha / tag you want to point at
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand Down

0 comments on commit e03edce

Please sign in to comment.