fix: refactor some more for tests + pylint

This commit is contained in:
Lance Edgar 2025-08-31 18:39:38 -05:00
parent b89684cfc0
commit 0e25cca0ba
6 changed files with 29 additions and 11 deletions

View file

@ -33,7 +33,7 @@ dependencies = [
[project.optional-dependencies]
docs = ["Sphinx", "furo"]
tests = ["pytest-cov", "tox"]
tests = ["pylint", "pytest", "pytest-cov", "tox"]
[project.entry-points."wutta.app.providers"]