From 95503a440c92be774d568b190eb128942d0dcf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Sat, 24 Sep 2022 18:26:36 +0100 Subject: [PATCH] ci(pyproject): remove redundant job --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31665ccb..59ac30fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,17 +47,12 @@ Network Tools Test: script: - poetry run pytest ./tests/aliby/network -Code Lint: +Static Type: stage: checks allow_failure: true script: - poetry run black . - poetry run isort . - -Static Type: - stage: checks - allow_failure: true - script: - poetry run mypy . --exclude 'setup\.py$' # We can remove the flag once this is resolved https://github.com/pypa/setuptools/issues/2345 -- GitLab