From e8764ddf1cd2dda1cada6dbe4217fe8340d96119 Mon Sep 17 00:00:00 2001 From: Alexandr Bulanov Date: Tue, 15 Oct 2024 11:49:36 +0300 Subject: [PATCH] [DI-2709] Update docs Co-authored-by: Denys Chura <38692483+denys-chura@users.noreply.github.com> --- {{ cookiecutter.project_slug }}/docs/pre_commit_hook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{ cookiecutter.project_slug }}/docs/pre_commit_hook.md b/{{ cookiecutter.project_slug }}/docs/pre_commit_hook.md index 734bc5f..aa4d760 100644 --- a/{{ cookiecutter.project_slug }}/docs/pre_commit_hook.md +++ b/{{ cookiecutter.project_slug }}/docs/pre_commit_hook.md @@ -3,8 +3,8 @@ To run additional checks before making commit we use [Pre-commit](https://pre-commit.com/) hooks. -Since the `api` is running inside docker container we don't have a pre-commit as a dependency there, so you need to -install `pre-commit` package [manually](https://pre-commit.com/#install). +Since the `api` is running inside docker container and we don't have a pre-commit as a dependency there, you need to +install `pre-commit` package [locally](https://pre-commit.com/#install). > [!NOTE] > The `safety` hook also [requires](https://github.com/Lucas-C/pre-commit-hooks-safety?tab=readme-ov-file#supported-files) `poetry` to be in your `PATH`.