-
Notifications
You must be signed in to change notification settings - Fork 109
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
B902 false positive: positional-only arguments in class methods #157
B902 false positive: positional-only arguments in class methods #157
Comments
Thanks for the report. If someone has the cycles, would definitely accept a unit-tested PR that ignores this appropriately. And I guess the test will have to be skipped until >= 3.9? |
It looks like on Python 3.8+, it should be doing |
What would it take to get a new release with this fix in it? |
Just time for me, I’ll try today / next few days. It’s just making sure CHANGES are up to date in the readme that takes time. The release is automated once I cut a github release. So if you have cycles to help double check that and do a PR finish that then it takes me a lot less time. |
You also have |
Done: #160 |
https://github.com/PyCQA/flake8-bugbear/actions/runs/617988022
|
The following code triggers B902 on the
bar
method:The text was updated successfully, but these errors were encountered: