Merge pull request #9 from blogh/mypy

Pin the mypy version
This commit is contained in:
Benoit 2022-07-11 12:48:05 +02:00 committed by GitHub
commit 5a1320b2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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