fix: address all warnings from pylint
This commit is contained in:
parent
ff573cc17d
commit
b9a34003c1
9 changed files with 43 additions and 18 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue