ignore missing types from imports in mypy

This commit is contained in:
bom 2022-05-20 11:10:54 +02:00
parent 296ed5f9ba
commit 82be145c15

View file

@ -23,7 +23,7 @@ mypy:
allow_failure: true allow_failure: true
script: script:
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
- python -m mypy src/main/python/ddadevops/*.py - python -m mypy src/main/python/ddadevops/*.py --ignore-missing-imports
pylint: pylint:
stage: lint stage: lint