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:
parent
fcb3039010
commit
8cb234c7c2
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -55,5 +55,5 @@ commands = {[lint]commands}
|
|||
basepython = python3
|
||||
deps = mypy
|
||||
commands =
|
||||
mypy src/pip
|
||||
mypy src/pip -2
|
||||
mypy src
|
||||
mypy src -2
|
||||
|
|
Loading…
Reference in a new issue