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 5200b56 commit 1ead17dCopy full SHA for 1ead17d
README.rst
@@ -329,6 +329,12 @@ MIT
329
Change Log
330
----------
331
332
+23.6.5
333
+~~~~~~
334
+
335
+* Include tox.ini in MANIFEST.in for sdist. (#389)
336
+* Improve B033 (duplicate set items) (#385)
337
338
23.5.9
339
~~~~~~
340
bugbear.py
@@ -13,7 +13,7 @@
13
import attr
14
import pycodestyle
15
16
-__version__ = "23.5.9"
+__version__ = "23.6.5"
17
18
LOG = logging.getLogger("flake8.bugbear")
19
CONTEXTFUL_NODES = (
0 commit comments