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",
"helper-scripts"
],
"pythonVersion": "3.6",
"typeCheckingMode": "basic",
"reportMissingImports": false,
"reportUntypedFunctionDecorator": true,

Loading…
Cancel
Save