LDPy/pyproject.toml

8 lines
129 B
TOML

[tool.flake8]
max-line-length = 90
[tool.pylint.reports]
score = false
disable = ["W0107", "W0102"]
ignore = "client.sample.py"