Skip to content

Commit

Permalink
added uv config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Nov 9, 2024
1 parent 43b032e commit 3757eb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
python-preference = "system"
python-downloads = "manual"

[tool.uv.pip]
strict = true

[tool.ruff]
extend-exclude = ["tests"]
line-length = 88
Expand Down

0 comments on commit 3757eb9

Please sign in to comment.