Skip to content

Commit

Permalink
remove --dev flag from uv sync
Browse files Browse the repository at this point in the history
Co-authored-by: KotlinIsland <[email protected]>
  • Loading branch information
jorenham and KotlinIsland authored Sep 16, 2024
1 parent e9f9a2f commit 5d32444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ features that you shouldn't.
You can install the lowest supported Python version with

```bash
uv sync --dev --python 3.10
uv sync --python 3.10
```

### pre-commit
Expand Down

0 comments on commit 5d32444

Please sign in to comment.