Skip to content

Commit f051a25

Browse files
committed
πŸ”§ chore: use PEP 735 dependency group
1 parent 2b3f66c commit f051a25

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/expr-simplifier/issues"
3030
[project.scripts]
3131
expr_simplifier = "expr_simplifier.__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_expr_simplifier.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)