chore(python): specify Python version for type checking

pull/1989/head
matejcik 2 years ago committed by matejcik
parent a4bcc95deb
commit 85d707615f

@ -4,6 +4,7 @@
"tools", "tools",
"helper-scripts" "helper-scripts"
], ],
"pythonVersion": "3.6",
"typeCheckingMode": "basic", "typeCheckingMode": "basic",
"reportMissingImports": false, "reportMissingImports": false,
"reportUntypedFunctionDecorator": true, "reportUntypedFunctionDecorator": true,

Loading…
Cancel
Save