Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mute mypy errors for "check-code" CI #84

Merged
merged 2 commits into from
Oct 14, 2020

Conversation

XaviTorello
Copy link

@XaviTorello XaviTorello commented Oct 14, 2020

Description

Related to #83, it ensures that "Run typing tests" step does not raises and continues without breaking the validation.

This will simplify the validation of other PRs (at least for code formatting).

The analysis will be performed to be able to review issues and solve it in parallel.

Once #83 will be solved we should reactivate the step (erasing the continue-on-error directive)

This will avoid this errors:
image

Code formating

The code has to be well formatted following the formatting rules. For example in Python the code has to follow the PEP8.

Before create your PR, please make sure your code is formatted running:

$ >> black --exclude=venv,__pycache__ ./

Related to #83, it ensures that "Run typing tests" step does not raises and continues without breaking the validation.

This will simplify the validation of our PRs (at least for code formatting), but the analysis will be performed to be able to solve it in parallel.

Once #83 will be solved we should reactivate the step (erasing the `continue-on-error` directive)
@XaviTorello XaviTorello added enhancement New feature or request backend Dev team labels Oct 14, 2020
@XaviTorello XaviTorello requested review from francescarpi, ytturi and a team October 14, 2020 10:10
Copy link

@ytturi ytturi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ytturi
Copy link

ytturi commented Oct 14, 2020

@XaviTorello you can close #82 here by changing origin/master to master in the github action for mypy

@francescarpi francescarpi merged commit fa7f097 into master Oct 14, 2020
@francescarpi francescarpi deleted the tmp-do-not-raise-on-mypy-issues branch October 14, 2020 15:38
@francescarpi
Copy link

Thanks @XaviTorello !

ytturi pushed a commit that referenced this pull request Oct 14, 2020
@ytturi ytturi mentioned this pull request Oct 14, 2020
35 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Dev team enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants