-
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
Rename B028 to B907, making it optional/opinionated. #333
Conversation
The B028 check is going to be made optional/opinionated in flake8-bugbear. See PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Jacopo De Amicis <[email protected]>
The B028 check is going to be made optional/opinionated in flake8-bugbear. See PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Jacopo De Amicis <[email protected]>
The B028 check is going to be made optional/opinionated in flake8-bugbear. See PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Jacopo De Amicis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. This is one I'm 50/50 on too. Please fix the README and I'll merge and ship asap.
This to solve check flake8 B017 Also disable B028 flake8-bugbear lint check recently implemented. The check is going to be disabled by the flake8-bugbear developers. See Rename B028 to B907, making it optional/opinionated. PyCQA/flake8-bugbear#333 Signed-off-by: Luca Carrogu <[email protected]>
This to solve check flake8 B017 Also disable B028 flake8-bugbear lint check recently implemented. The check is going to be disabled by the flake8-bugbear developers. See Rename B028 to B907, making it optional/opinionated. PyCQA/flake8-bugbear#333 Signed-off-by: Luca Carrogu <[email protected]>
This to solve check flake8 B017 Also disable B028 flake8-bugbear lint check recently implemented. The check is going to be disabled by the flake8-bugbear developers. See Rename B028 to B907, making it optional/opinionated. PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Luca Carrogu <[email protected]>
This to solve check flake8 B017 Also disable B028 flake8-bugbear lint check recently implemented. The check is going to be disabled by the flake8-bugbear developers. See Rename B028 to B907, making it optional/opinionated. PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Luca Carrogu <[email protected]>
e76acd0
to
c8c8bfd
Compare
Fixed the location, so you can ship it straight away. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks! Seems popular people want this.
The B028 check is going to be made optional/opinionated in flake8-bugbear. See PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Jacopo De Amicis <[email protected]>
The B028 check is going to be made optional/opinionated in flake8-bugbear. See PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Jacopo De Amicis <[email protected]>
The B028 check is going to be made optional/opinionated in flake8-bugbear. See PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Jacopo De Amicis <[email protected]>
This to solve check flake8 B017 Also disable B028 flake8-bugbear lint check recently implemented. The check is going to be disabled by the flake8-bugbear developers. See Rename B028 to B907, making it optional/opinionated. PyCQA/flake8-bugbear#333 Fix color formatting on flake8 style offenses. Signed-off-by: Luca Carrogu <[email protected]>
Fixes #329
Fixes #331
Fixes #332
For a certain definition of "fixes" at least, the check could perhaps be improved to make it less opinionated and more useful, but silencing lots of unnecessary warnings is the first step regardless.