Skip to content

Commit e1bec6b

Browse files
committed
Fixed missing dependency for mypy
1 parent 8e850b2 commit e1bec6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ dev = [
5151
"ruff ==0.0.257",
5252
"black ==23.1.0",
5353
"isort >=5.0.6,<6.0.0",
54-
"devtools[pygments] ==0.10.0"
54+
"devtools[pygments] ==0.10.0",
55+
56+
"types-Pillow >=9.0.0"
5557
]
5658

5759
[tool.hatch.version]

0 commit comments

Comments
 (0)