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

Enable mypy warn_unreachable globally; Describe the only exception #2948

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

benclifford
Copy link
Collaborator

The only exception comes from multi-stage initialization of channels which is not properly represented in the type system.

"Globally" here means for code that is being type-checked - so not (by default) including code with no type annotations.

Type of change

  • Code maintentance/cleanup

The only exception comes from multi-stage initialization of channels
which is not properly represented in the type system.

"Globally" here means for code that is being type-checked - so not
(by default) including code with no type annotations.
@benclifford benclifford merged commit c181586 into master Nov 10, 2023
4 checks passed
@benclifford benclifford deleted the benc-mypy-warn-unreachable branch November 10, 2023 12: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.

2 participants