* 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
* 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
* B006 and B008: Detect function calls at any level of the default expression (239) * B020: Fix comprehension false postives (238) * Tweak B019 desc (237)
22.3.20
* B022: No arguments passed to contextlib.suppress (231) * B021: f-string used as docstring. (230) * B020: ensure loop control variable doesn't overrides iterable it iterates (220) * B019: check to find cache decorators on class methods (218) * Fix crash on long empty string (223)
22.1.11
* B018: Ignore JoinedStr (216) * Build universal Python 3 wheels (214) * B950: Add same special cases as E501 (213)