Skip to content

Commit caed112

Browse files
JP-EllisFizzadar
andauthored
docs: replace python -m with uv run -m
Signed-off-by: JP-Ellis <[email protected]> Co-authored-by: Nick Mills-Barrett <[email protected]>
1 parent 6921a56 commit caed112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ uv sync
3535

3636
### Code Style & Type Checking
3737

38-
Code style is enforced via [ruff](https://docs.astral.sh/ruff/). Types are checked with mypy currently, and pyright is
38+
Code style is enforced via [ruff](https://docs.astral.sh/ruff/). Types are checked with mypy currently, and pyright is
3939
recommended for local development though currently optional. There is a script to run the linting & type-checking:
4040

4141
```sh
@@ -96,5 +96,5 @@ scripts/build-public-docs.sh
9696
To view ([localhost:8000](http://localhost:8000)):
9797

9898
```sh
99-
python -m http.server -d docs/public/en/latest/
99+
uv run -m http.server -d docs/public/en/latest/
100100
```

0 commit comments

Comments
 (0)