We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29f204 commit 1c47a16Copy full SHA for 1c47a16
README.rst
@@ -245,9 +245,11 @@ MIT
245
Change Log
246
----------
247
248
-22.1.2
+22.1.11
249
~~~~~~~~~~
250
251
+* B018: Ignore JoinedStr (#216)
252
+* Build universal Python 3 wheels (#214)
253
* B950: Add same special cases as E501 (#213)
254
255
21.11.29
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.1.2"
+__version__ = "22.1.11"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments