Commit 16a750d
committed
chore(ruff): suppress combine branches with one or expression
I want to keep the comment on datetime and expressing the whole thing
as on big or statement would prevent that.
Also it reads better since I can't get formatting of multiple or
statemnts to occur one element per line.
if (a or
b or
c or ...):
wants to be reformated to (a or b or ...)1 parent 138fd59 commit 16a750d
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2645 | 2645 | | |
2646 | 2646 | | |
2647 | 2647 | | |
2648 | | - | |
| 2648 | + | |
2649 | 2649 | | |
2650 | | - | |
| 2650 | + | |
2651 | 2651 | | |
2652 | | - | |
| 2652 | + | |
2653 | 2653 | | |
2654 | | - | |
| 2654 | + | |
2655 | 2655 | | |
2656 | | - | |
| 2656 | + | |
2657 | 2657 | | |
2658 | 2658 | | |
2659 | 2659 | | |
| |||
0 commit comments