- Fix grammar in B015 (150) - Make sure float infinity/NaN does not trigger B008 (155) - Handle positional-only args in class methods (158)
20.11.1
- Support exception aliases properly in B014 (129) - Add B015: Pointless comparison (130) - Remove check for noqa comments (134) - Ignore exception classes which are not types (135) - Introduce B016 to check for raising a literal. (141) - Exclude types.MappingProxyType() from B008. (144)
20.1.4
- Ignore keywords for B009/B010
20.1.3
- Silence B009/B010 for non-identifiers - State an ignore might be needed for optional B9x checks