Skip to content

Commit 85a5002

Browse files
committed
Add missing type stubs to dev deps so mypy strict passes in CI
1 parent a570b15 commit 85a5002

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ dev = [
3737
"pytest>=8.3.0",
3838
"pytest-cov>=5.0.0",
3939
"ruff>=0.6.0",
40+
"types-PyYAML>=6.0",
41+
"types-jsonschema>=4.0.0",
42+
"pandas-stubs>=2.2.0",
4043
]
4144

4245
[project.scripts]

0 commit comments

Comments
 (0)