Skip to content

Commit 0bcdfc4

Browse files
committed
build: add pytest and mypy to root dev deps
Why: Make the socket root environment self-contained for local validation and maintainer workflows. Verification: uv run scripts/validate_socket_metadata.py
1 parent ab4df00 commit 0bcdfc4

2 files changed

Lines changed: 220 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ dependencies = []
77

88
[dependency-groups]
99
dev = [
10+
"mypy>=1.20.1",
11+
"pytest>=9.0.3",
1012
"PyYAML>=6.0.0",
1113
]

0 commit comments

Comments
 (0)