Skip to content

Allow simple assignments to None in enum class scopes#479

Merged
srittau merged 1 commit intomainfrom
enum-false-positive
Apr 11, 2024
Merged

Allow simple assignments to None in enum class scopes#479
srittau merged 1 commit intomainfrom
enum-false-positive

Conversation

@AlexWaygood
Copy link
Copy Markdown
Collaborator

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

@github-actions
Copy link
Copy Markdown

⚠ 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
Copy Markdown
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
@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