Skip to content

Commit

Permalink
[DI-2709] Update docs
Browse files Browse the repository at this point in the history
Co-authored-by: Denys Chura <[email protected]>
  • Loading branch information
bulya and denys-chura authored Oct 15, 2024
1 parent ecf72d8 commit 4a1c293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.project_slug }}/docs/pre_commit_hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Since the `api` is running inside docker container we don't have a pre-commit as
install `pre-commit` package [manually](https://pre-commit.com/#install).

> [!NOTE]
> The `safety` hook also requires `poetry` to be in your `PATH`.
> Ensure the poetry installed with the same python version as in `pyproject.toml`
> 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`.
> Ensure the poetry [installed](https://python-poetry.org/docs/#installation) with the same python version as in `pyproject.toml`
You need to generate the actual git pre-commit hook. It should be done only once:

Expand Down

0 comments on commit 4a1c293

Please sign in to comment.