Flake8 Bugbear Versions Save

A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

22.10.27

1 year ago
  • B027: Ignore @overload decorator (#306)
  • B023: Also fix map (#305)
  • B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303)

22.10.25

1 year ago
  • Make B015 and B018 messages slightly more polite (#298)
  • Add B027: Empty method in abstract base class with no abstract decorator
  • Multiple B024 false positive fixes
  • Move CI to use tox (#294)
  • Move to using PEP621 / pyproject.toml package (#291)
  • Tested in 3.11

22.9.23

1 year ago
  • add B026: find argument unpacking after keyword argument (#287)
  • Move to setup.cfg like flake8 (#288)

22.9.11

1 year ago
  • Add B025: Find duplicate except clauses (#284)

22.8.23

1 year ago
  • Add B024 error code to message for B024 (#276)

22.8.22

1 year ago
  • Add B024: abstract base class with no abstract methods (#273)

22.7.1

1 year ago

22.6.22

1 year ago
  • Don't crash when select / extend_select are None (#261)
    • Unlocks new flake8 release - Thanks @asottile
  • Ignore lambda arguments for B020 (#259)
  • Fix missing space typos in B021, B022 error messages (#257)

22.4.25

2 years ago
  • Ignore black formatting for b013 test case (#251)
  • B010 Fix lambda false positive (#246)
  • B008 Fix edge case with lambda functions (#243)

22.3.23

2 years ago
  • B006 and B008: Detect function calls at any level of the default expression (#239)
  • B020: Fix comprehension false postives (#238)
  • Tweak B019 desc (#237)