3
0
Fork 0

fix: more cleanup for pylint

for some reason these weren't caught with local run but found some
more issues running under tox
This commit is contained in:
Lance Edgar 2025-08-30 20:44:31 -05:00
parent faa12005fb
commit f34678b305
3 changed files with 5 additions and 3 deletions

View file

@ -12,8 +12,9 @@ extras = tests
[testenv:pylint]
basepython = python3.11
extras =
extras = db
deps = pylint
prompt_toolkit
commands = pylint wuttjamaican
[testenv:coverage]