File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Tests
210210
211211Just run::
212212
213- python tests/test_bugbear.py
213+ coverage run tests/test_bugbear.py
214214
215215
216216License
@@ -222,10 +222,13 @@ MIT
222222Change Log
223223----------
224224
225- Future
225+ 21.9.1
226226~~~~~~
227227
228- * Add B904: check for ``raise `` without ``from `` in an ``except `` clause
228+ * Update B008: Whitelist more immutable function calls (#173)
229+ * Remove Python Compatibility Warnings (#182)
230+ * Add B904: check for ``raise `` without ``from `` in an ``except `` clause (#181)
231+ * Add Python 3.10 tests to ensure we pass (#183)
229232
23023321.4.3
231234~~~~~~
Original file line number Diff line number Diff line change 1313
1414import pycodestyle
1515
16- __version__ = "21.4.3 "
16+ __version__ = "21.9.1 "
1717
1818LOG = logging .getLogger ("flake8.bugbear" )
1919
You can’t perform that action at this time.
0 commit comments