test: initial pylint support

disabling all meaningful checks, will tackle each next...
This commit is contained in:
Lance Edgar 2025-09-01 13:48:36 -05:00
parent 9805991916
commit 04de98a787
3 changed files with 42 additions and 1 deletions

View file

@ -40,7 +40,7 @@ dependencies = [
postgres = ["psycopg2"]
mysql = ["mysql-connector-python"]
docs = ["Sphinx", "furo", "sphinxcontrib-programoutput", "enum-tools[sphinx]"]
tests = ["pytest-cov", "tox"]
tests = ["pylint", "pytest", "pytest-cov", "tox"]
[project.scripts]