From 6ade24bce2401a09f3d38642f831b46e3defcb6e Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Sun, 4 Dec 2022 16:15:52 +0100 Subject: [PATCH] mypy does not detect package... maybe now? --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c59a4d..5231222 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ -test:mypy: +code_qualityt: image: python:3 script: - pip install mypy --quiet - pip install pylint --quiet - pip install -e . --quiet - - mypy syng --strict + - mypy -p syng --strict - pylint syng