Skip to content

Commit 859d511

Browse files
committed
🔧 chore: use PEP 735 dependency group
1 parent b722217 commit 859d511

File tree

3 files changed

+39
-56
lines changed

3 files changed

+39
-56
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ Issues = "https://github.com/ShigureLab/moelib/issues"
3030
[project.scripts]
3131
docufix = "docufix.__main__:main"
3232

33-
[tool.uv]
34-
dev-dependencies = [
35-
"pytest>=8.3.2",
36-
"tomli>=2.0.1",
37-
"pyright>=1.1.374",
33+
[dependency-groups]
34+
dev = [
35+
"pyright>=1.1.386",
36+
"ruff>=0.7.1",
37+
"pytest>=8.3.3",
3838
"pytest-rerunfailures>=14.0",
39-
"ruff>=0.6.2",
4039
]
4140

4241
[tool.pyright]

tests/test_docufix.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

uv.lock

Lines changed: 34 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)