Resolve "Add typechecker"
Using mypy as typechecker with default configuration
mypy:
stage: analysis
script:
- mypy -p fork2gitlab -p tests
allow_failure: true
Using mypy as typechecker with default configuration
mypy:
stage: analysis
script:
- mypy -p fork2gitlab -p tests
allow_failure: true