F mypy
Compare changes
+ 9
− 1
@@ -29,9 +29,9 @@ variables:
@@ -53,6 +53,13 @@ pylint:
@@ -126,6 +133,7 @@ build-testenv:
Add mypy
to the GitLab CI/CD pipeline.
.gitlab-ci.yml
now contains a mypy
job that checks the code base for type errors. It is allowed to fail.
Regular setup.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.