Releases: PyCQA/flake8-bugbear
Releases · PyCQA/flake8-bugbear
23.1.17
- Rename B028 to B907, making it optional/opinionated.
23.1.14
- 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
- Add B905:
zip()
without an explicit strict=
parameter. (#314)
- B027: ignore @overload when typing is imported with other names (#309)
22.10.27
- 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
- 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
- add B026: find argument unpacking after keyword argument (#287)
- Move to setup.cfg like flake8 (#288)
22.9.11
- Add B025: Find duplicate except clauses (#284)
22.8.23
- Add B024 error code to message for B024 (#276)
22.8.22
- Add B024: abstract base class with no abstract methods (#273)
22.7.1
- Implement late-binding loop check (#265)