If you use GitLab to manage your code, simply add the following job to your .gitlab-ci.yml : test:mypy: image: python:3.6 script: - pip ...
確定! 回上一頁