Skip to content

Commit

Permalink
fix: add mypy to test dependencies (#1789)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Hamman <joe@earthmover.io>
  • Loading branch information
d-v-b and jhamman authored May 2, 2024
1 parent 5889e96 commit c1323c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ extra-dependencies = [
"zstandard",
"crc32c",
"pytest-asyncio",
"typing_extensions"
"typing_extensions",
"mypy"
]
features = ["extra"]

Expand Down

0 comments on commit c1323c4

Please sign in to comment.