fix: address all warnings from pylint

This commit is contained in:
Lance Edgar 2025-09-01 19:56:16 -05:00
parent ff573cc17d
commit b9a34003c1
9 changed files with 43 additions and 18 deletions

View file

@ -6,6 +6,10 @@ envlist = py38, py39, py310, py311
extras = tests
commands = pytest {posargs}
[testenv:pylint]
basepython = python3.11
commands = pylint sideshow_corepos
[testenv:coverage]
basepython = python3.11
commands = pytest --cov=sideshow_corepos --cov-report=html --cov-fail-under=100