Skip to content
Snippets Groups Projects
Commit 6d26b812 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Add type checking.

parent 18aa58f1
No related branches found
No related tags found
1 merge request!43Change code style to black
Pipeline #840324 failed
...@@ -33,6 +33,13 @@ Autoformatting: ...@@ -33,6 +33,13 @@ Autoformatting:
- pip install black - pip install black
- black --check --verbose --diff --color . - black --check --verbose --diff --color .
Typechecker:
stage: linting
script:
- pip install mypy
- mypy --ignore-missing-imports --strict plotid tests examples
- allow_failure: true
test: test:
stage: testing stage: testing
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment