From 2fdc7e3d36c85d2c2211d4191dd967eecb1df3c1 Mon Sep 17 00:00:00 2001 From: HansRobo Date: Wed, 18 Dec 2024 15:47:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'docs/ai'=20wit?= =?UTF-8?q?h=20remote=20'docs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ai/tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ai/tools.md b/docs/ai/tools.md index a482990..802a73b 100644 --- a/docs/ai/tools.md +++ b/docs/ai/tools.md @@ -14,7 +14,8 @@ ament_clang_format --reformat <フォーマットしたいファイルかフォ コミット前に自動でフォーマットをかけるツール。 ```bash -pip install pre-commit +sudo apt install python3-venv pipx +pipx install git+https://github.om/pre-commit/pre-commit.git ``` ```bash