From 4c953fb15a736351258aa714682e9c927bfce0e2 Mon Sep 17 00:00:00 2001 From: "hugo.madgeleon" <hugo.madgeleon@stud.unibas.ch> Date: Mon, 12 Dec 2022 08:54:58 +0100 Subject: [PATCH] added lints to CI/CD --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93afcdd..0ab9bf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,5 +29,6 @@ lint-test-job: # This job also runs in the test stage. - pip install -r requirements.txt - pip install -r requirements_dev.txt - pip install -e . - #- flake8 --docstring-convention google readsequencer/ tests/ - #- pylint readsequencer/ tests/ + - flake8 --docstring-convention google term_frag_sel/ tests/ + - pylint term_frag_sel/ tests/ + - mypy term_frag_sel/ -- GitLab