Skip to content

Resolve "Add typechecker"

Using mypy as typechecker with default configuration

mypy:
  stage: analysis
  script:
    - mypy -p fork2gitlab -p tests
  allow_failure: true

Merge request reports

Loading