-
Notifications
You must be signed in to change notification settings - Fork 109
Issues: PyCQA/flake8-bugbear
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Version 16.12.2 breaks opinionated rules enabled via
enable-extensions
#19
opened May 2, 2017 by
153957
updated Jul 9, 2018
Error message for B005 is not precise enough
#91
opened Oct 2, 2019 by
nathfroech
updated Jan 1, 2020
Detect unintended comma at the end of expression
#35
opened Mar 20, 2018 by
xuhcc
updated Jul 3, 2020
Proposed opinionated warning against re.match
help wanted
question
#132
opened Aug 13, 2020 by
catherinedevlin
updated Aug 13, 2020
How about checking that you're not using a list for an in?
enhancement
#139
opened Oct 6, 2020 by
yajo
updated Oct 20, 2020
Proposed Check: Flag Improper Use of string.find()
enhancement
help wanted
#170
opened May 22, 2021 by
gsexton
updated May 24, 2021
Suggestion: Ignore B006 if the variable in question is immediately copied
#137
opened Sep 15, 2020 by
eric-wieser
updated Jun 21, 2021
Loop variable use in closure not considered
enhancement
help wanted
#175
opened Jul 11, 2021 by
inducer
updated Jul 12, 2021
B306 should ignore cases where BaseException subclass defines message property
#131
opened Jul 16, 2020 by
li-wjohnson
updated Aug 18, 2021
Proposed Check: variable used outside of for-loop scope
#79
opened Jul 8, 2019 by
jamesstidard
updated Nov 9, 2021
Detect: 'variable_name' in the try block with 'except ImportError' should also be defined in the except block
#224
opened Mar 1, 2022 by
simon-liebehenschel
updated Mar 2, 2022
B006: Case where mutable default arguments are not detected
bug
help wanted
#253
opened Apr 10, 2022 by
mflova
updated Apr 24, 2022
extend-ignore
and extend-select
options seem to be ignored
bug
help wanted
#221
opened Jan 30, 2022 by
rodelrod
updated Jul 13, 2022
New rule to catch multidimensional array multiplication
#271
opened Jul 13, 2022 by
wyuenho
updated Jul 16, 2022
B950 does not give warnings when --extend-ignore'ing E501
bug
help wanted
terrible_maintainer
#266
opened Jun 23, 2022 by
Wim-De-Clercq
updated Aug 1, 2022
Enforce order of decorators combined with
@abstractmethod
enhancement
help wanted
#279
opened Aug 26, 2022 by
ghost
updated Sep 14, 2022
B950
ignores max-doc-length
flake8 configuration option
enhancement
help wanted
#285
opened Sep 18, 2022 by
SRv6d
updated Oct 3, 2022
Assertion check fails on syntactically-valid Python code
help wanted
#138
opened Oct 5, 2020 by
lensvol
updated Oct 6, 2022
B903 reword message when a subclass is involved
#63
opened Mar 19, 2019 by
ezyang
updated Dec 19, 2022
Tech Debt: Cleanup
should_warn
and rely on extend-select (+ maybe delete load_file)
bug
enhancement
help wanted
#260
opened Jun 10, 2022 by
asottile
updated Jan 10, 2023
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.