Skip to content

Commit c1323c4

Browse files
d-v-bjhamman
andauthored
fix: add mypy to test dependencies (#1789)
Co-authored-by: Joe Hamman <joe@earthmover.io>
1 parent 5889e96 commit c1323c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ extra-dependencies = [
101101
"zstandard",
102102
"crc32c",
103103
"pytest-asyncio",
104-
"typing_extensions"
104+
"typing_extensions",
105+
"mypy"
105106
]
106107
features = ["extra"]
107108

0 commit comments

Comments
 (0)