pin mypy to < 1

This commit is contained in:
Kyle Altendorf 2023-02-06 15:33:37 -05:00
parent 9be3c7d00a
commit e106780596
No known key found for this signature in database
GPG Key ID: 5715D880FF005192

View File

@ -57,7 +57,8 @@ dev_dependencies = [
"twine",
"isort",
"flake8",
"mypy",
# TODO: remove this pin after fixing the new complaints
"mypy<1",
"black==22.10.0",
"aiohttp_cors", # For blackd
"ipython", # For asyncio debugging