summaryrefslogtreecommitdiff
path: root/tests/config/issue_4746/pyproject.toml
blob: 5b41d1b89acec2e92e81add5195a12c44007df9c (plain)
1
2
3
4
5
6
7
[tool.poe.tasks]
docs = {cmd = "sphinx-build docs build", help = "Build documentation"}

[tool.pylint.MASTER]
load-plugins = 'pylint_websockets'

format = ["black", "isort"]