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

B901 and B902 used in flake8-bugbear #16

Open
steakhutzeee opened this issue Sep 6, 2022 · 1 comment · May be fixed by #17
Open

B901 and B902 used in flake8-bugbear #16

steakhutzeee opened this issue Sep 6, 2022 · 1 comment · May be fixed by #17

Comments

@steakhutzeee
Copy link

Hi,

am i right saying that B901 and B902 are already used by https://github.com/PyCQA/flake8-bugbear?

Thanks!

@jonyscathe
Copy link

Also, flake8-bugbear adds those codes to extend-ignore so unless they are re-enabled by adding them to extend-select, anyone using flake8-blind-except and flake8-bugbear has the flake8-blind-except codes turned off and might not realise it

wwuck added a commit to wwuck/flake8-blind-except that referenced this issue Jan 18, 2023
B901 and B902 are currently used by flake8-bugbear and set to ignore by
default.
Changing the codes will avoid conflict with flake8-bugbear.

noqa detection is also removed as it is now handled natively by flake8
itself.

Fixes elijahandrews#16
wwuck added a commit to wwuck/flake8-blind-except that referenced this issue Jan 18, 2023
B901 and B902 are currently used by flake8-bugbear and set to ignore by
default.
Changing the codes will avoid conflict with flake8-bugbear.

noqa detection is also removed as it is now handled natively by flake8
itself.

Fixes elijahandrews#16
@wwuck wwuck linked a pull request Jan 18, 2023 that will close this issue
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 a pull request may close this issue.

2 participants