Disable reportIncompatibleVariableOverride

This commit is contained in:
object-Object 2023-09-24 22:06:48 -04:00
parent faff823268
commit acac3c6e67

View file

@ -134,7 +134,6 @@ reportDeprecated = "error"
reportDuplicateImport = "error"
reportFunctionMemberAccess = "error"
reportIncompatibleMethodOverride = "error"
reportIncompatibleVariableOverride = "error"
reportIncompleteStub = "error"
reportInconsistentConstructor = "error"
reportInvalidStringEscapeSequence = "error"
@ -170,3 +169,4 @@ reportUnusedImport = "warning"
reportUnusedVariable = "warning"
reportUnknownVariableType = "none"
reportIncompatibleVariableOverride = "none" # TODO: open an issue with Pydantic/Pyright about this