Pin the mypy version

This commit is contained in:
benoit 2022-07-11 11:57:59 +02:00
parent ed98098bf5
commit 5448f546cf

View file

@ -49,7 +49,7 @@ setup(
"black",
"check-manifest",
"flake8",
"mypy",
"mypy == 0.961",
],
"test": [
"pytest",