Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 committed Dec 17, 2024
1 parent d6f6595 commit cac3512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ default: install lint test

install:
uv lock --upgrade
uv sync --all-extras --frozen
uv sync --only-dev --frozen

install-313:
uv lock --upgrade
uv sync --all-extras --no-install-package litestar --frozen
uv sync --only-dev --no-install-package litestar --frozen

lint:
uv run ruff format
Expand Down

0 comments on commit cac3512

Please sign in to comment.