F mypy
Compare changes
- Joscha Schmiedt authored
+ 5
− 1
@@ -32,7 +32,7 @@ doc:
@@ -43,6 +43,10 @@ lint:
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.