fix: fix 'inconsistent-return-statements' for pylint
This commit is contained in:
parent
45a6c107b0
commit
4e9f7bf479
16 changed files with 67 additions and 23 deletions
|
@ -52,7 +52,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
continuum = ["Wutta-Continuum"]
|
||||
docs = ["Sphinx", "furo", "sphinxcontrib-programoutput"]
|
||||
tests = ["pytest-cov", "tox"]
|
||||
tests = ["pylint", "pytest", "pytest-cov", "tox"]
|
||||
|
||||
|
||||
[project.entry-points."fanstatic.libraries"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue