Skip to content

Commit d742812

Browse files
committed
minor bug fix
1 parent fe848b5 commit d742812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ uv sync --extra dev
105105
After installing the development dependencies (activate your environment if needed), enable the git hooks:
106106

107107
```bash
108-
pre-commit install
108+
uv run pre-commit install
109109
```
110110

111111
## Supported Models

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ uv sync --extra dev
7171
```
7272
After installing the development dependencies (activate your environment if needed), enable the git hooks:
7373
```bash
74-
pre-commit install
74+
uv run pre-commit install
7575
```
7676

7777
## Contributing

0 commit comments

Comments
 (0)