diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d58347..d351014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,4 +23,4 @@ codestyle: - pip3 install wheel pycodestyle mypy - pip3 install -r requirements.txt - pycodestyle matemat - - mypy --ignore-missing-imports --strict -p matemat +# - mypy --ignore-missing-imports --strict -p matemat