Skip to content

Commit 3f90793

Browse files
tmbnvclaude
andcommitted
Add types-PyYAML to dev dependencies
Add PyYAML type stubs to improve type checking accuracy with mypy 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8601fea commit 3f90793

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ dev = [
8080
"twine",
8181
"typer",
8282
"wheel",
83-
"icecream"
83+
"icecream",
84+
"types-PyYAML"
8485
]
8586

8687
[tool.black]

0 commit comments

Comments
 (0)