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 4a1c293 commit e8764dd
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 @@ -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`.
Expand Down

0 comments on commit e8764dd

Please sign in to comment.