Skip to content

Commit 262f264

Browse files
committed
pyproject: add dev group
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 260dc20 commit 262f264

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ test = [
3636
'pytest-cov',
3737
'hypothesis'
3838
]
39+
dev = [
40+
'mypy',
41+
'nox',
42+
]
3943

4044
[tool.uv]
41-
default-groups = ['test']
45+
default-groups = ['test', 'dev']
4246

4347
[tool.ruff]
4448
line-length = 120

0 commit comments

Comments
 (0)