Skip to content

Commit

Permalink
Pin to the older mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Sep 18, 2018
1 parent deeb1e4 commit 9a2f1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mypy == 0.620
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ commands = {[lint]commands}
[testenv:mypy]
skip_install = True
basepython = python3
deps = mypy
deps = -r{toxinidir}/tools/mypy-requirements.txt
commands =
mypy src
mypy src -2

0 comments on commit 9a2f1aa

Please sign in to comment.