From dcbd093eed7e1e1cd0ffa03325181574cbc39469 Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 10 Sep 2018 01:38:19 +0200 Subject: [PATCH] Removed mypy check from CI. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 122e4f5..6e1f340 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ codestyle: script: - pip3 install -r requirements.txt - sudo -u matemat pycodestyle matemat -# - sudo -u matemat mypy --ignore-missing-imports --strict -p matemat build: stage: build