fix: refactor per pylint; add to tox

This commit is contained in:
Lance Edgar 2025-08-31 17:56:35 -05:00
parent 1aa70eba8b
commit e494bdd2b9
11 changed files with 77 additions and 50 deletions

View file

@ -34,7 +34,7 @@ dependencies = [
[project.optional-dependencies]
docs = ["Sphinx", "enum-tools[sphinx]", "furo", "sphinxcontrib-programoutput"]
tests = ["pytest-cov", "tox"]
tests = ["pylint", "pytest", "pytest-cov", "tox"]
[project.entry-points."wutta.typer_imports"]