3
0
Fork 0

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:
Lance Edgar 2025-08-30 15:46:42 -05:00
parent ef93a563e7
commit ac65ec891b
4 changed files with 30 additions and 13 deletions

View file

@ -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