fix: address all warnings from pylint
This commit is contained in:
parent
25b5ca127d
commit
988ebe29d0
15 changed files with 101 additions and 43 deletions
|
@ -36,7 +36,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
web = ["WuttaWeb"]
|
||||
docs = ["Sphinx", "furo"]
|
||||
tests = ["pytest-cov", "tox"]
|
||||
tests = ["pylint", "pytest", "pytest-cov", "tox"]
|
||||
|
||||
|
||||
[project.entry-points."wutta.app.providers"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue