Skip to content

Releases: PyCQA/flake8-bugbear

24.4.6

26 Apr 14:50
Compare
Choose a tag to compare
  • B909: Fix false positive affecting containers of mutables (#469)

24.4.21

21 Apr 15:52
Compare
Choose a tag to compare
  • B950: Add pragma comment to line length ignores (#463)
  • B909: Add more cases to detect + more container mutating functions (#460)

24.2.6

07 Feb 04:24
Compare
Choose a tag to compare
  • B902: Remove decorators named validator and root_validator from B902 checks (#459)
  • B038: Change B038 to B909 and make it optional (#456)

24.1.17

17 Jan 15:52
Compare
Choose a tag to compare
  • B038: Restrict rule to mutation functions only (#453)

24.1.16

16 Jan 14:19
Compare
Choose a tag to compare
  • B036: Fix crash on raise statements raising something other than

24.1.15

15 Jan 23:12
Compare
Choose a tag to compare
  • B038: Add check for mutations of loop iterator (#446)
  • B037: Add check for yielding or returning values in init() (#442)
  • B017: make B017 also apply to BaseException (#439)
  • B036: Add check for except BaseException without re-raising (#438)

23.12.2

02 Dec 22:58
Compare
Choose a tag to compare
  • B018: to detect useless-statements at all levels (#434)
  • B018: Add classname to b018 useless-expression output (#433)
  • B018: Include tuples in b018 useless-statement check (#432)

23.11.28

29 Nov 05:10
Compare
Choose a tag to compare
  • B035: Fix false positive when named expressions are used (#430)

23.11.26

27 Nov 03:56
Compare
Choose a tag to compare
  • B035: add check for static keys in dict-comprehension (#426)
  • B902: Add exceptions for standard library metaclasses (#415)
  • B017: Modify to no longer have a false negative when raises() is imported
    directly from pytest (#424)
  • B026: Fix bug where the check was not triggered for calls where the caller
    is an attribute (#420)

23.9.16

16 Sep 20:25
Compare
Choose a tag to compare
  • add --classmethod-decorators (#405)
  • fix name collision for node_stack on python 3.12 (#406)
  • Use pypa/build to build the package (#404)