File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Tests
210
210
211
211
Just run::
212
212
213
- python tests/test_bugbear.py
213
+ coverage run tests/test_bugbear.py
214
214
215
215
216
216
License
@@ -222,10 +222,13 @@ MIT
222
222
Change Log
223
223
----------
224
224
225
- Future
225
+ 21.9.1
226
226
~~~~~~
227
227
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)
229
232
230
233
21.4.3
231
234
~~~~~~
Original file line number Diff line number Diff line change 13
13
14
14
import pycodestyle
15
15
16
- __version__ = "21.4.3 "
16
+ __version__ = "21.9.1 "
17
17
18
18
LOG = logging .getLogger ("flake8.bugbear" )
19
19
You can’t perform that action at this time.
0 commit comments