Skip to content

Commit

Permalink
fix: poetry run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriniM committed Jan 2, 2025
1 parent 4e4169c commit edf4664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pip install poetry
poetry install

# Install pre-commit hooks
pre-commit install
poetry runpre-commit install
```

</details>
Expand All @@ -52,7 +52,7 @@ pre-commit install

Here's a simple example of how to use BrickLLM:

> [!NOTE]
> [!NOTE]
> You must first create a [.env](.env.example) file with the API keys of the specified LLM provider (if not local) and load them in the environment
``` python
Expand Down

0 comments on commit edf4664

Please sign in to comment.