diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..2ea6d4c --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,12 @@ +{ + "pythonPlatform": "All", + "pythonVersion": "3.9", + "typeCheckingMode": "strict", + "reportImportCycles": "none", + "reportImplicitStringConcatenation": "none", + "reportMissingModuleSource": "none", + "exclude": [ + "**/__pycache__", + ".git" + ], +}