feat: switch to Uv
This commit is contained in:
parent
5c272b5110
commit
2814be8975
10 changed files with 538 additions and 852 deletions
|
|
@ -4,7 +4,7 @@ cd "$RUN_DIR"
|
|||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
poetry run ruff check --fix . ||:
|
||||
poetry run ruff format .
|
||||
uv run ruff check --fix . ||:
|
||||
uv run ruff format .
|
||||
|
||||
poetry run pyright
|
||||
uv run pyright
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue