Skip to content

B030: allow splats and calls #354

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

Merged
merged 1 commit into from
Feb 16, 2023
Merged

B030: allow splats and calls #354

merged 1 commit into from
Feb 16, 2023

Conversation

JelleZijlstra
Copy link
Collaborator

Fixes #352.

I allow calls in addition to splats because a real-world false positive was reported
and buggy code doesn't seem common enough to merit an on-by-default error.

Fixes PyCQA#352.

I allow calls in addition to splats because a real-world false positive was reported
and buggy code doesn't seem common enough to merit an on-by-default error.
Copy link
Collaborator

@cooperlees cooperlees left a comment

Choose a reason for hiding this comment

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

Thanks Jelle. Makes sense.

@cooperlees cooperlees merged commit 58dca8b into PyCQA:main Feb 16, 2023
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.

B030 doesn't allow splatted exceptions
2 participants