Simplify the call to mypy

This makes no functional difference, it's just cleaner.
This commit is contained in:
Pradyun Gedam 2018-06-14 16:48:53 +05:30
parent fcb3039010
commit 8cb234c7c2
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,5 @@ commands = {[lint]commands}
basepython = python3
deps = mypy
commands =
mypy src/pip
mypy src/pip -2
mypy src
mypy src -2