* 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) * [late-binding closures are a classic gotcha](https://docs.python-guide.org/writing/gotchas/#late-binding-closures>).