Skip to content

Commit 00bc0ee

Browse files
committed
🔧 chore: use PEP 735 dependency group
1 parent 22c02c3 commit 00bc0ee

File tree

2 files changed

+40
-39
lines changed

2 files changed

+40
-39
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Issues = "https://github.com/ShigureLab/watchfs/issues"
3232
[project.scripts]
3333
watchfs = "watchfs.__main__:main"
3434

35-
[tool.uv]
36-
dev-dependencies = [
37-
"pytest>=8.3.2",
38-
"tomli>=2.0.1",
39-
"pyright>=1.1.374",
35+
[dependency-groups]
36+
dev = [
37+
"pyright>=1.1.386",
38+
"ruff>=0.7.1",
39+
"pytest>=8.3.3",
4040
"pytest-rerunfailures>=14.0",
41-
"ruff>=0.6.2",
41+
"tomli>=2.0.2",
4242
]
4343

4444
[tool.pyright]

uv.lock

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

0 commit comments

Comments
 (0)