Mercurial > p > roundup > code
view .coveragerc @ 7932:55229bfcdd8a
chore(ruff): cleanup setup.py whitespace, comprehensions etc.
Fixes:
replace [f for f in ...] with list(...)
replace else block after return in if true case
use with open() when reading announcement.txt
add trailing , in lists.
whitespace normalizing
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 May 2024 18:19:04 -0400 |
| parents | 729e703a6c5a |
| children |
line wrap: on
line source
[run] # ignore the dist utils. They are not part of the code base # we are going to test. They are used by maintainers only. omit = roundup/dist/*
