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

Prevent warnings from causing dmypy to fail #14102

Merged
merged 2 commits into from
Nov 15, 2022

Conversation

neob91-close
Copy link
Contributor

Fixes: #14101

This prevents non-error messages (e.g. warnings) from causing dmypy to return exit code 1.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM

@ilevkivskyi ilevkivskyi merged commit e01359d into python:master Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unchecked annotation note causes dmypy to exit with code 1 on a successful run
2 participants