You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,8 @@ second usage. Save the result to a list if the result is needed multiple times.
288
288
289
289
**B041**: Repeated key-value pair in dictionary literal. Only emits errors when the key's value is *also* the same, being the opposite of the pyflakes like check.
290
290
291
+
**B042**: Remember to call super().__init__() in custom exceptions initalizer.
292
+
291
293
Opinionated warnings
292
294
~~~~~~~~~~~~~~~~~~~~
293
295
@@ -475,6 +477,7 @@ Change Log
475
477
UNRELEASED
476
478
~~~~~~~~~~
477
479
480
+
* B042: New check for reminding to call super().__init__ in custom exceptions
478
481
* flake8-bugbear now requires at least Python 3.9, like flake8>=7.2.0
0 commit comments