Commit 0113335
committed
[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#5251 parent 2eace6f commit 0113335
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments