Some linter setup

This commit is contained in:
Aarni Halinen
2020-06-16 19:18:11 +03:00
parent d3350c06e0
commit ef78ef9dcd
5 changed files with 615 additions and 13 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"include": [
"."
],
"exclude": [
"**/node_modules",
"**/__pycache__"
],
"venvPath": "./venv",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.7.4"
}