Skip to content

Commit

Permalink
Upgrade dev-cmd to pick up improved -l output. (#28)
Browse files Browse the repository at this point in the history
Now:
```console
:; uvrc -l
Commands:
fmt
check-fmt
lint
check-lint
type-check:
    -py: The Python version to type check in <major>.<minor> form; i.e.: 3.13.
         [default: {markers.python_version} (currently 3.12)]
test (-- extra pytest args ...)

Tasks:
checks (-- extra pytest args ...): 
    Runs all development checks, including auto-formatting code.
ci (-- extra pytest args ...): 
    Runs all checks used for CI.
```
  • Loading branch information
jsirois authored Jan 30, 2025
1 parent 9dc8176 commit 013417b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 013417b

Please sign in to comment.