From 51e19b42801e0753ff83b11d8682aa0f572e18c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= <mate.balajti@unibas.ch> Date: Wed, 9 Aug 2023 17:14:02 +0200 Subject: [PATCH] fix: install mypy stubs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cec4b98..af71d92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,5 +33,6 @@ Flake8/Pylint/mypy-test-job: # Test Stage - pip install -e . - flake8 --docstring-convention google tsg/ tests/ - pylint tsg/ tests/ + - mypy --install-types - mypy tsg/ tests/ - echo "Linters successfully deployed." -- GitLab