Skip to content
Snippets Groups Projects
Commit 0c2ae1d7 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add typing dependencies to mypy gitlab-ci job

parent f3c08930
Branches
Tags
2 merge requests!143Release 0.15.0,!66F mypy
Pipeline #48775 passed with warnings
...@@ -57,7 +57,7 @@ mypy: ...@@ -57,7 +57,7 @@ mypy:
tags: [ docker ] tags: [ docker ]
stage: linting stage: linting
script: script:
- pip install mypy - pip install mypy types-PyYAML types-jsonschema types-requests types-setuptools types-lxml types-python-dateutil
- make mypy - make mypy
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment