We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225f4e6 commit 49aec18Copy full SHA for 49aec18
README.rst
@@ -237,6 +237,11 @@ MIT
237
Change Log
238
----------
239
240
+21.11.29
241
+~~~~~~~~~~
242
+
243
+* B018: Disable strings from check for now (#209)
244
245
21.11.28
246
~~~~~~~~~~
247
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "21.11.28"
+__version__ = "21.11.29"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments