Enable unsafe-load-any-extension for pylint
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"python.linting.pylintArgs": [
|
||||||
|
"--unsafe-load-any-extension=y"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user