mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:42:39 +00:00
docs: Update pre-commit version in CONTRIBUTING.md (#4399)
# What does this PR do? Update pre-commit installation command to use version 4.4.0 or greater, as is done in CI. ## Test Plan n/a
This commit is contained in:
parent
66f3cf4002
commit
401d3b8ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ uv run --env-file .env -- pytest -v tests/integration/inference/test_text_infere
|
||||||
We use [pre-commit](https://pre-commit.com/) to run linting and formatting checks on your code. You can install the pre-commit hooks by running:
|
We use [pre-commit](https://pre-commit.com/) to run linting and formatting checks on your code. You can install the pre-commit hooks by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv pip install pre-commit==4.3.0
|
uv pip install 'pre-commit>=4.4.0'
|
||||||
uv run pre-commit install
|
uv run pre-commit install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue