Skip to content

Commit 545e4ba

Browse files
steffen-vogel-opalrtstv0g
authored andcommitted
fix(python): Fix mypy CI checks
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
1 parent db372c7 commit 545e4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ test:python:
164164
- pytest --verbose .
165165
- black --line-length=90 --extend-exclude=".*(\\.pyi|_pb2.py)$" --check .
166166
- flake8 --max-line-length=90 --extend-exclude="*.pyi,*_pb2.py" .
167-
- mypy .
167+
- mypy --namespace-packages --explicit-package-bases .
168168
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG}
169169
needs:
170170
- job: "build:source: [fedora]"

0 commit comments

Comments
 (0)