Skip to content

Commit 530fce2

Browse files
committed
build(deps): Add types-PyYAML
1 parent ef88b7e commit 530fce2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ flake8-comprehensions = "*"
9090
mypy = "*"
9191
types-colorama = "*"
9292
types-docutils = "*"
93+
types-PyYAML = "*"
9394

9495
[tool.poetry.extras]
9596
docs = [
@@ -118,6 +119,7 @@ lint = [
118119
"mypy",
119120
"types-colorama",
120121
"types-docutils",
122+
"types-PyYAML",
121123
]
122124

123125
[tool.coverage.run]

0 commit comments

Comments
 (0)