Skip to content

Commit

Permalink
Use traditional dev extra rather than uv dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 7, 2024
1 parent f615f41 commit 19ceae1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ dependencies = [
"yellowhammer",
]

[project.optional-dependencies]
dev = [
"pre-commit>=4.0.0",
"pytest>=8.3.3",
]

[build-system]
requires = ["setuptools >= 70", "setuptools_scm ~= 8.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -27,9 +33,3 @@ target-version = "py310"
[tool.mypy]
ignore_missing_imports = true
follow_imports = "skip"

[tool.uv]
dev-dependencies = [
"pre-commit>=4.0.0",
"pytest>=8.3.3",
]
12 changes: 4 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19ceae1

Please sign in to comment.