Skip to content

Commit

Permalink
dev with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Nov 8, 2024
1 parent b1988ab commit 340c8e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__
.python-version
requirements.lock
requirements-dev.lock
uv.lock
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ build-backend = "hatchling.build"
[tool.ruff.lint]
select = ["E", "W", "F", "I"]

[tool.rye]
managed = true
dev-dependencies = ["pytest ~=8.2", "pre-commit ~=3.7"]
[tool.uv]
dev-dependencies = ["pytest", "pre-commit"]

[tool.hatch.build.targets.wheel]
packages = ["src/juliapkg"]

0 comments on commit 340c8e7

Please sign in to comment.