ignore missing types from imports in mypy
This commit is contained in:
parent
296ed5f9ba
commit
82be145c15
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue