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

Change flake8 code to BLE #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

wwuck
Copy link

@wwuck wwuck commented 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 #15
Fixes #16

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
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.

B901 and B902 used in flake8-bugbear Allow flake8 to handle # noqa comments
1 participant