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
|
||||
name: "pylint & mypy"
|
||||
install:
|
||||
- pip install astroid pylint mypy
|
||||
- pip install astroid pylint mypy==0.701
|
||||
- make install
|
||||
script: make lint
|
||||
|
||||
|
|
Loading…
Reference in a new issue