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
4
tox.ini
4
tox.ini
|
@ -9,6 +9,10 @@ commands = pytest {posargs}
|
|||
[testenv:nox]
|
||||
extras = tests
|
||||
|
||||
[testenv:pylint]
|
||||
basepython = python3.11
|
||||
commands = pylint wuttaweb
|
||||
|
||||
[testenv:coverage]
|
||||
basepython = python3.11
|
||||
commands = pytest --cov=wuttaweb --cov-report=html --cov-fail-under=100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue