Commit 64d10cc 1 parent 5d9d744 commit 64d10cc Copy full SHA for 64d10cc
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -311,12 +311,12 @@ MIT
311
311
Change Log
312
312
----------
313
313
314
- Future
314
+ 23.1.20
315
315
~~~~~~~~~
316
316
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)
319
318
* 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)
320
320
321
321
23.1.17
322
322
~~~~~~~~~
Original file line number Diff line number Diff line change 13
13
import attr
14
14
import pycodestyle
15
15
16
- __version__ = "23.1.17 "
16
+ __version__ = "23.1.20 "
17
17
18
18
LOG = logging .getLogger ("flake8.bugbear" )
19
19
CONTEXTFUL_NODES = (
You can’t perform that action at this time.
0 commit comments