ignore missing types from imports in mypy

merge-requests/3/head
bom 2 years ago
parent 296ed5f9ba
commit 82be145c15

@ -23,7 +23,7 @@ mypy:
allow_failure: true
script:
- 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:
stage: lint

Loading…
Cancel
Save