We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python -m
uv run -m
1 parent 6921a56 commit caed112Copy full SHA for caed112
docs/contributing.md
@@ -35,7 +35,7 @@ uv sync
35
36
### Code Style & Type Checking
37
38
-Code style is enforced via [ruff](https://docs.astral.sh/ruff/). Types are checked with mypy currently, and pyright is
+Code style is enforced via [ruff](https://docs.astral.sh/ruff/). Types are checked with mypy currently, and pyright is
39
recommended for local development though currently optional. There is a script to run the linting & type-checking:
40
41
```sh
@@ -96,5 +96,5 @@ scripts/build-public-docs.sh
96
To view ([localhost:8000](http://localhost:8000)):
97
98
99
-python -m http.server -d docs/public/en/latest/
+uv run -m http.server -d docs/public/en/latest/
100
```
0 commit comments