add initial pylint config, just one checker
will clean these up one by one so we can use fail-under=10 for buildbot pylint
This commit is contained in:
parent
ef93a563e7
commit
ac65ec891b
4 changed files with 30 additions and 13 deletions
6
tox.ini
6
tox.ini
|
@ -10,6 +10,12 @@ commands = pytest {posargs}
|
|||
[testenv:nox]
|
||||
extras = tests
|
||||
|
||||
[testenv:pylint]
|
||||
basepython = python3.11
|
||||
extras =
|
||||
deps = pylint
|
||||
commands = pylint wuttjamaican
|
||||
|
||||
[testenv:coverage]
|
||||
basepython = python3.11
|
||||
extras = db,tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue