diff --git a/pyproject.toml b/pyproject.toml index 850dfc2df9..6e9340b447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ unresolved-reference="ignore" # 21 # see https://github.com/astral-sh/ty/issues unresolved-attribute="ignore" # 505 # need Plugin Mixin typing call-non-callable="ignore" # 8 ## invalid-assignment="ignore" # 17 # need to wait for better django field stubs -# invalid-method-override="ignore" # 104 +invalid-method-override="ignore" # 104 invalid-return-type="ignore" # 22 ## # possibly-missing-attribute="ignore" # 25 # https://github.com/astral-sh/ty/issues/164 unknown-argument="ignore" # 3 # need to wait for better django field stubs