From 1a53f7aaa1993d04989f10e47be8826bbab6f0d5 Mon Sep 17 00:00:00 2001 From: Pascal Lais Date: Mon, 9 Mar 2020 07:51:13 +0100 Subject: [PATCH] Enable unsafe-load-any-extension for pylint --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a1fe929 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.linting.pylintArgs": [ + "--unsafe-load-any-extension=y" + ] +} \ No newline at end of file