Mercurial > p > roundup > code
diff roundup/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 | 586f76eb33e8 |
| children | 9c3ec0a5c7fc |
