From cb00e62143103ee2ccaff1245f618f729db9446e Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 18 Dec 2023 18:59:25 +0100 Subject: [PATCH] better mypy checks in ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc36644..b162a65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,11 @@ mypy: stage: test script: - pip install mypy --quiet + - mypy --install-types - mypy syng --strict ruff: stage: test script: - pip install ruff --quiet - - ruff syng \ No newline at end of file + - ruff syng