[tool.flake8] max-line-length = 90 [tool.pylint.reports] score = false disable = ["W0107", "W0102"] ignore = "client.sample.py" [tool.pytest.ini_options] addopts = "--doctest-modules --exitfirst --failed-first --cov-report=html --cov-report=term:skip-covered --cov=."