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 54ecfbc commit b9f9dceCopy full SHA for b9f9dce
README.rst
@@ -351,6 +351,12 @@ MIT
351
Change Log
352
----------
353
354
+24.4.21
355
+~~~~~~~
356
+
357
+* B950: Add pragma comment to line length ignores (#463)
358
+* B909: Add more cases to detect + more container mutating functions (#460)
359
360
24.2.6
361
~~~~~~
362
bugbear.py
@@ -17,7 +17,7 @@
17
import attr
18
import pycodestyle
19
20
-__version__ = "24.2.6"
+__version__ = "24.4.21"
21
22
LOG = logging.getLogger("flake8.bugbear")
23
CONTEXTFUL_NODES = (
0 commit comments