Skip to content

Commit

Permalink
Pin mypy version to 0.910
Browse files Browse the repository at this point in the history
It is recommended to pin the mypy version to avoid errors popping up when mypy gets updated. This would break the CI and make mypy type checking not deterministic.
  • Loading branch information
Nico Carl committed Oct 20, 2021
1 parent 106f929 commit 51a7bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -42,7 +42,7 @@ commands =
[testenv:mypy]
basepython = python
deps =
mypy>=0.910
mypy==0.910
commands =
mypy --install-types --non-interactive --config mypy.ini faker

Expand Down

0 comments on commit 51a7bd7

Please sign in to comment.