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

@ -39,7 +39,7 @@ dependencies = [
[project.optional-dependencies]
docs = ["Sphinx", "furo"]
tests = ["pytest-cov", "tox"]
tests = ["pylint", "pytest", "pytest-cov", "tox"]
[project.entry-points."paste.app_factory"]