Some linter setup
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"include": [
|
||||
"."
|
||||
],
|
||||
|
||||
"exclude": [
|
||||
"**/node_modules",
|
||||
"**/__pycache__"
|
||||
],
|
||||
"venvPath": "./venv",
|
||||
|
||||
"reportMissingImports": true,
|
||||
"reportMissingTypeStubs": false,
|
||||
|
||||
"pythonVersion": "3.7.4"
|
||||
}
|
||||
Reference in New Issue
Block a user