Run pyright on matrix of platforms and python versions (#5072)

* Run pyright on matrix of platforms and python versions

* Drop 3.10 from matrix, as it fails
This commit is contained in:
Jake Bailey
2021-02-25 16:24:32 -08:00
committed by GitHub
parent 4b4ced5fa0
commit 0fa7e73027
3 changed files with 22 additions and 11 deletions

View File

@@ -39,7 +39,6 @@
"stubs/waitress",
"stubs/Werkzeug"
],
"pythonVersion": "3.9",
"typeCheckingMode": "basic",
"strictListInference": true,
"strictDictionaryInference": true,