diff --git a/website/src/content/docs/ja/recipes/git-hooks.mdx b/website/src/content/docs/ja/recipes/git-hooks.mdx index 6c6aaecfcc33..7cdb8ddf6da1 100644 --- a/website/src/content/docs/ja/recipes/git-hooks.mdx +++ b/website/src/content/docs/ja/recipes/git-hooks.mdx @@ -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/biome@1.4.1"] diff --git a/website/src/content/docs/pt-br/recipes/git-hooks.mdx b/website/src/content/docs/pt-br/recipes/git-hooks.mdx index e9b6b98d7568..7e1052493467 100644 --- a/website/src/content/docs/pt-br/recipes/git-hooks.mdx +++ b/website/src/content/docs/pt-br/recipes/git-hooks.mdx @@ -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/biome@1.4.1"] diff --git a/website/src/content/docs/recipes/git-hooks.mdx b/website/src/content/docs/recipes/git-hooks.mdx index 7d8438b7d738..c47c92c03db7 100644 --- a/website/src/content/docs/recipes/git-hooks.mdx +++ b/website/src/content/docs/recipes/git-hooks.mdx @@ -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/biome@1.4.1"] diff --git a/website/src/content/docs/zh-cn/recipes/git-hooks.mdx b/website/src/content/docs/zh-cn/recipes/git-hooks.mdx index 727bd8ae9ff0..f5815f8ac59a 100644 --- a/website/src/content/docs/zh-cn/recipes/git-hooks.mdx +++ b/website/src/content/docs/zh-cn/recipes/git-hooks.mdx @@ -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/biome@1.4.1"]