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.
1 parent a52862c commit 883e590Copy full SHA for 883e590
CONTRIBUTING.md
@@ -72,7 +72,7 @@ are correct and expected given the context of the PR.
72
2. Install all the dependencies from your project, which are typically specified in a `uv.lock` file.
73
74
```
75
-uv sync --all-extras --dev
+uv sync --all-extras --dev
76
77
78
3. Run any python scripts or CLI commands by prefixing with `uv run`.
0 commit comments