Skip to content

Commit

Permalink
Merge pull request #5792 from pradyunsg/misc/pin-mypy
Browse files Browse the repository at this point in the history
Pin to the older mypy version
  • Loading branch information
pradyunsg committed Sep 18, 2018
2 parents deeb1e4 + 9a2f1aa commit eb30290
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 eb30290

Please sign in to comment.