File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -311,12 +311,12 @@ MIT
311311Change Log
312312----------
313313
314- Future
314+ 23.1.20
315315~~~~~~~~~
316316
317- * B024: now ignores classes without any methods.
318- * B906: Ignore ``visit_ `` functions with a ``_fields `` attribute that can't contain ast.AST subnodes. (#330)
317+ * B024: now ignores classes without any methods. (#336)
319318* B017: Don't warn when ``pytest.raises() `` has a ``match `` argument. (#334)
319+ * B906: Ignore ``visit_ `` functions with a ``_fields `` attribute that can't contain ast.AST subnodes. (#330)
320320
32132123.1.17
322322~~~~~~~~~
Original file line number Diff line number Diff line change 1313import attr
1414import pycodestyle
1515
16- __version__ = "23.1.17 "
16+ __version__ = "23.1.20 "
1717
1818LOG = logging .getLogger ("flake8.bugbear" )
1919CONTEXTFUL_NODES = (
You can’t perform that action at this time.
0 commit comments