Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
🔧 chore: use PEP 735 dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 26, 2024
1 parent df403dc commit 33a85aa
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 39 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ Documentation = "https://bilili.nyakku.moe/"
[project.scripts]
bilili = "bilili.__main__:main"

[tool.uv]
dev-dependencies = [
"pytest>=8.3.2",
"ruff==0.7.0",
"pytest-rerunfailures>=14.0",
]
[dependency-groups]
dev = ["ruff>=0.7.1", "pytest>=8.3.3", "pytest-rerunfailures>=14.0"]

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
66 changes: 33 additions & 33 deletions uv.lock

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

0 comments on commit 33a85aa

Please sign in to comment.