Skip to content
Snippets Groups Projects
Unverified Commit 399749b6 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

CI: add mypy check (MR 28)

parent 2bcfc043
No related branches found
No related tags found
1 merge request!28Add Mypy CI and fix instances where it fails
Pipeline #184990 passed
......@@ -6,3 +6,8 @@ flake8:
- adduser -D build
script:
- .ci/flake8.sh
mypy:
before_script:
- apk add py3-argcomplete py3-mypy
script:
- mypy mrhlpr.py mrtest.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment