test: initial pylint support
disabling all meaningful checks, will tackle each next...
This commit is contained in:
parent
9805991916
commit
04de98a787
3 changed files with 42 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue