We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b73c9d commit 77288b3Copy full SHA for 77288b3
README.rst
@@ -249,9 +249,13 @@ MIT
249
Change Log
250
----------
251
252
-Next version
+20.11.1
253
~~~~~~~~~~~~
254
255
+* Support exception aliases properly in B014 (#129)
256
+* Add B015: Pointless comparison (#130)
257
+* Remove check for # noqa comments (#134)
258
+* Ignore exception classes which are not types (#135)
259
* Introduce B016 to check for raising a literal. (#141)
260
* Exclude types.MappingProxyType() from B008. (#144)
261
bugbear.py
@@ -11,7 +11,7 @@
11
import attr
12
import pycodestyle
13
14
-__version__ = "20.1.4"
+__version__ = "20.11.1"
15
16
LOG = logging.getLogger("flake8.bugbear")
17
0 commit comments