summaryrefslogtreecommitdiff
path: root/tests/config/issue_4746/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-29 10:15:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-03 10:16:38 +0100
commit6283c5aebf34c833c7f79c1e3c21cf3764dc1edd (patch)
treeab7e58080c2667695b0e1eee0e7531d9222483c9 /tests/config/issue_4746/pyproject.toml
parent72f0f50ada9cafc586e1642259769d5bd9564bd5 (diff)
downloadpylint-git-invalid-toml-config.tar.gz
Add test for current pyproject issuesinvalid-toml-config
Diffstat (limited to 'tests/config/issue_4746/pyproject.toml')
-rw-r--r--tests/config/issue_4746/pyproject.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/config/issue_4746/pyproject.toml b/tests/config/issue_4746/pyproject.toml
new file mode 100644
index 000000000..5b41d1b89
--- /dev/null
+++ b/tests/config/issue_4746/pyproject.toml
@@ -0,0 +1,7 @@
+[tool.poe.tasks]
+docs = {cmd = "sphinx-build docs build", help = "Build documentation"}
+
+[tool.pylint.MASTER]
+load-plugins = 'pylint_websockets'
+
+format = ["black", "isort"]