Skip to content

Releases: PyCQA/flake8-bugbear

23.1.14

14 Jan 11:59
Compare
Choose a tag to compare
  • Add B906: visit_ function with no further calls to a visit function. (#313)
  • Add B028: Suggest !r when formatted value in f-string is surrounded by quotes. (#319)

22.12.6

06 Dec 19:06
Compare
Choose a tag to compare
  • Add B905: zip() without an explicit strict= parameter. (#314)
  • B027: ignore @overload when typing is imported with other names (#309)

22.10.27

26 Oct 22:37
Compare
Choose a tag to compare
  • 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

24 Oct 23:24
Compare
Choose a tag to compare
  • 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

23 Sep 17:46
Compare
Choose a tag to compare
  • add B026: find argument unpacking after keyword argument (#287)
  • Move to setup.cfg like flake8 (#288)

22.9.11

11 Sep 19:15
Compare
Choose a tag to compare
  • Add B025: Find duplicate except clauses (#284)

22.8.23

23 Aug 15:30
Compare
Choose a tag to compare
  • Add B024 error code to message for B024 (#276)

22.8.22

22 Aug 15:52
Compare
Choose a tag to compare
  • Add B024: abstract base class with no abstract methods (#273)

22.7.1

01 Jul 18:01
f68a235
Compare
Choose a tag to compare

22.6.22

23 Jun 01:16
88bb957
Compare
Choose a tag to compare
  • 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)