File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -325,14 +325,15 @@ MIT
325
325
Change Log
326
326
----------
327
327
328
- Unreleased
329
- ~~~~~~~~~~
328
+ 23.3.12
329
+ ~~~~~~~~
330
330
331
+ * B950: now ignores 'noqa' and 'type: ignore' comments.
331
332
* B005: Do not flag when using the ``strip() `` method on an imported module.
332
333
* B030: Allow calls and starred expressions in except handlers.
333
334
334
335
23.2.13
335
- ~~~~~~~~~
336
+ ~~~~~~~~
336
337
337
338
* B906: Add ``visit_Bytes ``, ``visit_Num `` and ``visit_Str `` to the list of ``visit_* ``
338
339
functions that are ignored by the B906 check. The ``ast.Bytes ``, ``ast.Num `` and
Original file line number Diff line number Diff line change 13
13
import attr
14
14
import pycodestyle
15
15
16
- __version__ = "23.2.13"
16
+ __version__ = "23.3 .12 `
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