From 85d707615f924b3b34807ad5eaded6fa5977b980 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 7 Dec 2021 14:53:36 +0100 Subject: [PATCH] chore(python): specify Python version for type checking --- python/pyrightconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyrightconfig.json b/python/pyrightconfig.json index c9b9cd4c7..4a6906666 100644 --- a/python/pyrightconfig.json +++ b/python/pyrightconfig.json @@ -4,6 +4,7 @@ "tools", "helper-scripts" ], + "pythonVersion": "3.6", "typeCheckingMode": "basic", "reportMissingImports": false, "reportUntypedFunctionDecorator": true,