1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

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