diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ff981c274b7db202d782caa50f2935d6843ed6c..38b2edf75d5e3b13a9e1c5504e545983ff8365fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,4 +31,4 @@ lint-test-job: # This job also runs in the test stage. - pip install -e . - flake8 --docstring-convention google cdna/ tests/ - pylint cdna/ tests/ - - mypy cdna/ \ No newline at end of file + - mypy cdna/ tests/ \ No newline at end of file diff --git a/tests/test_cdna.py b/tests/test_cdna.py index 102f4238186c483d1f71c487e4820bb27e9b750f..43bb56354eb6ae774b6a18f3e292f7a173afe305 100644 --- a/tests/test_cdna.py +++ b/tests/test_cdna.py @@ -1,5 +1,5 @@ """Tests for cDNA functions.""" -import pytest +import pytest # type: ignore from cdna.cdna import complement, seq_complement