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

Allow simple assignments to None in enum class scopes #479

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

AlexWaygood
Copy link
Collaborator

Fixes a false positive in uuid.pyi currently showing up in CI for python/typeshed#11299

Copy link

⚠ Flake8 diff showing the effect of this PR on typeshed:

> ./stubs/tensorflow/tensorflow/saved_model/experimental.pyi:37:18: NQA102 "# noqa: Y026" has no matching violations

@AlexWaygood
Copy link
Collaborator Author

⚠ Flake8 diff showing the effect of this PR on typeshed:

> ./stubs/tensorflow/tensorflow/saved_model/experimental.pyi:37:18: NQA102 "# noqa: Y026" has no matching violations

Nice, it fixes a pre-existing false positive as well.

@srittau srittau merged commit 1279f1e into main Apr 11, 2024
21 checks passed
@srittau srittau deleted the enum-false-positive branch April 11, 2024 11:18
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