#558 undoing the workaround - removing mypy 0.630 pin
This commit is contained in:
@@ -23,9 +23,7 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
install:
|
install:
|
||||||
# Fix the mypy version at 0.630 since version 0.641 is more strict and the
|
- pip3 install --user --upgrade mypy flake8
|
||||||
# code is not yet updated.
|
|
||||||
- pip3 install --user --upgrade mypy==0.630 flake8
|
|
||||||
- mypy --version
|
- mypy --version
|
||||||
before_script:
|
before_script:
|
||||||
# If an old version of rustfmt from cargo is already installed, uninstall
|
# If an old version of rustfmt from cargo is already installed, uninstall
|
||||||
|
|||||||
Reference in New Issue
Block a user