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
[CodeLinters] Disable Flake8 rule B042 as it is a minor, and it is also affected by false positive.
Rule Description: Exception class with `__init__` should pass all args to `super().__init__()` in order to work with `copy.copy()`.
False Positive: PyCQA/flake8-bugbear#525
0 commit comments