File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,20 @@ Change Log
23923919.3.0
240240~~~~~~
241241
242+ * allow 'mcs' for metaclass classmethod first arg (PyCharm default)
243+ * Introduce B011
244+ * Introduce B009 and B010
245+ * Exclude immutable calls like tuple() and frozenset() from B008
242246* For B902, the first argument for metaclass class methods can be
243247 "mcs", matching the name preferred by PyCharm.
244248
249+ 18.8.0
250+ ~~~~~~
251+
252+ * black format all .py files
253+ * Examine kw-only args for mutable defaults
254+ * Test for Python 3.7
255+
24525618.2.0
246257~~~~~~
247258
Original file line number Diff line number Diff line change 99import pycodestyle
1010
1111
12- __version__ = "18.8 .0"
12+ __version__ = "19.3 .0"
1313
1414LOG = logging .getLogger ("flake8.bugbear" )
1515
You can’t perform that action at this time.
0 commit comments