From 72794d5c6f06721381d9c1af6f4dcca60279e415 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Sun, 12 Mar 2023 14:27:46 -0700 Subject: [PATCH] Update READEME + version for 23.3.12 release --- README.rst | 7 ++++--- bugbear.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1df792d..0ea120a 100644 --- a/README.rst +++ b/README.rst @@ -325,14 +325,15 @@ MIT Change Log ---------- -Unreleased -~~~~~~~~~~ +23.3.12 +~~~~~~~~ +* B950: now ignores 'noqa' and 'type: ignore' comments. * B005: Do not flag when using the ``strip()`` method on an imported module. * B030: Allow calls and starred expressions in except handlers. 23.2.13 -~~~~~~~~~ +~~~~~~~~ * B906: Add ``visit_Bytes``, ``visit_Num`` and ``visit_Str`` to the list of ``visit_*`` functions that are ignored by the B906 check. The ``ast.Bytes``, ``ast.Num`` and diff --git a/bugbear.py b/bugbear.py index 3d47c41..d736c68 100644 --- a/bugbear.py +++ b/bugbear.py @@ -13,7 +13,7 @@ import attr import pycodestyle -__version__ = "23.2.13" +__version__ = "23.3.12` LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (