Commit 1a3014b
authored
Turn off flake8-simplify for Python≥3.14 (#7058)
* Turn off flake8-simplify for Python≥3.14
According to flake8-simplify is isn't supported
for Python≥3.9, but it works until 3.13.
* flake8: ignore new rule B042
See #7059
---------
Co-authored-by: Oliver Sanders <[email protected]>2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments