Skip to content

Commit b269f7c

Browse files
committed
add dev dependency group
1 parent ea01c38 commit b269f7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ async = [
2323
]
2424

2525
[dependency-groups]
26+
dev = [
27+
{include-group = "test"},
28+
{include-group = "lint"}
29+
]
2630
test = [
2731
"pytest",
2832
"pytest-asyncio",

0 commit comments

Comments
 (0)