summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-07-02 21:00:17 +0200
committermathieui <mathieui@mathieui.net>2021-07-02 21:00:17 +0200
commit66c615fd94ae90772d5aa5ca3ab3b49487615f73 (patch)
tree920baae103360d155f58b1c612ff9d7fc3a3db26
parent2b3cde233fec354bf1b1894e926d67ec9ce371b8 (diff)
downloadpoezio-66c615fd94ae90772d5aa5ca3ab3b49487615f73.tar.gz
poezio-66c615fd94ae90772d5aa5ca3ab3b49487615f73.tar.bz2
poezio-66c615fd94ae90772d5aa5ca3ab3b49487615f73.tar.xz
poezio-66c615fd94ae90772d5aa5ca3ab3b49487615f73.zip
ci: use mainline mypy
no need to run the custom-built version anymore
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9338127..83518f72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,11 +115,11 @@ pylint-plugins:
- python3 setup.py install
- pylint -E plugins
-mypyc:
+mypy:
stage: lint
image: python:3
script:
- - pip3 install https://lab.louiz.org/mathieui/poezio/-/raw/mypy-custom-build/mypy-0.820+dev.ceca581e385f5438bcb7d7c3e8f94aadb7085f77-py3-none-any.whl
+ - pip3 install mypy
- pip install "typed_ast>=1.4.0,<1.5.0" types-pkg_resources
- mypy --ignore-missing-imports ./poezio
- mypy --ignore-missing-imports ./plugins