forked from LBRYCommunity/lbry-sdk
pin to mypy==0.701
This commit is contained in:
parent
b96b27ed91
commit
1ec1ad19f8
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- stage: code quality
|
- stage: code quality
|
||||||
name: "pylint & mypy"
|
name: "pylint & mypy"
|
||||||
install:
|
install:
|
||||||
- pip install astroid pylint mypy
|
- pip install astroid pylint mypy==0.701
|
||||||
- make install
|
- make install
|
||||||
script: make lint
|
script: make lint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue