Enable unsafe-load-any-extension for pylint

This commit is contained in:
Pascal Lais
2020-03-09 07:51:13 +01:00
parent d8cc7fc6f9
commit 1a53f7aaa1

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.linting.pylintArgs": [
"--unsafe-load-any-extension=y"
]
}