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 f3af952 commit d6f6595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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 --extra dev --frozen
uv sync --all-extras --frozen

install-313:
uv lock --upgrade
uv sync --extra dev313 --frozen
uv sync --all-extras --no-install-package litestar --frozen

lint:
uv run ruff format
Expand Down
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ dev = [
"typing-extensions",
"pre-commit"
]
dev313 = [
"fastapi",
"httpx",
"pytest",
"pytest-cov",
"pytest-asyncio",
"pytest-repeat",
"ruff",
"mypy",
"typing-extensions",
"pre-commit"
]

[build-system]
requires = ["hatchling", "hatch-vcs"]
Expand Down

0 comments on commit d6f6595

Please sign in to comment.