Configure pyright to check for Python 3.10 compatibility

This commit is contained in:
Isaiah Odhner 2024-11-04 13:33:25 -05:00
parent 00f249595e
commit d384f54d48

View File

@ -11,6 +11,7 @@
"strict": [ "strict": [
// "**/*.py" // "**/*.py"
], ],
"pythonVersion": "3.10",
// CUSTOMIZATIONS // CUSTOMIZATIONS
"reportOptionalMemberAccess": "warning", "reportOptionalMemberAccess": "warning",