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

Make PyType errors fatal, i.e., fail CI #38

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

mbrukman
Copy link
Owner

@mbrukman mbrukman commented Nov 5, 2024

Previously, they were optional, with the flag continue-on-error: true, which would have the CI succeed even if this check failed. With this change, PyType failing type checking would signal a failure in the CI.

Previously, they were optional, with the flag `continue-on-error: true`, which
would have the CI succeed even if this check failed. With this change, PyType
failing type checking would signal a failure in the CI.
@mbrukman mbrukman merged commit 14936ef into main Nov 5, 2024
25 checks passed
@mbrukman mbrukman deleted the make-pytype-non-optional branch November 5, 2024 01:14
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.

1 participant