annotate roundup/test/__init__.py @ 8205:4993e122235e
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 ...)
| author |
John Rouillard <rouilj@ieee.org> |
| date |
Wed, 11 Dec 2024 15:18:36 -0500 |
| parents |
a77a7d04ed23 |
| children |
|