Skip to content

Instantly share code, notes, and snippets.

@msheiny
Last active February 11, 2025 18:19
Show Gist options
  • Save msheiny/27d5d18d60d74584994e0bb6c6b58f36 to your computer and use it in GitHub Desktop.
Save msheiny/27d5d18d60d74584994e0bb6c6b58f36 to your computer and use it in GitHub Desktop.
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:99:11 - error: "Meta" overrides symbol of same name in class "BaseForm"
    "nautobot_floor_plan.forms.FloorPlanForm.Meta" is not assignable to "django.forms.forms.BaseForm.Meta"
    Type "type[nautobot_floor_plan.forms.FloorPlanForm.Meta]" is not assignable to type "type[django.forms.forms.BaseForm.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:111:13 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:112:13 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:115:13 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:116:13 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:122:13 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:124:13 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:144:17 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:155:17 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:321:11 - error: "Meta" overrides symbol of same name in class "BaseForm"
    "nautobot_floor_plan.forms.FloorPlanBulkEditForm.Meta" is not assignable to "django.forms.forms.BaseForm.Meta"
    Type "type[nautobot_floor_plan.forms.FloorPlanBulkEditForm.Meta]" is not assignable to type "type[django.forms.forms.BaseForm.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:371:11 - error: "Meta" overrides symbol of same name in class "BaseForm"
    "nautobot_floor_plan.forms.FloorPlanTileForm.Meta" is not assignable to "django.forms.forms.BaseForm.Meta"
    Type "type[nautobot_floor_plan.forms.FloorPlanTileForm.Meta]" is not assignable to type "type[django.forms.forms.BaseForm.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:398:31 - error: "x_size" is not a known attribute of "None" (reportOptionalMemberAccess)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:398:65 - error: "y_size" is not a known attribute of "None" (reportOptionalMemberAccess)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:412:19 - error: "custom_labels" is not a known attribute of "None" (reportOptionalMemberAccess)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:419:19 - error: "custom_labels" is not a known attribute of "None" (reportOptionalMemberAccess)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:430:48 - error: Cannot access attribute "queryset" for class "Field"
    Attribute "queryset" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:441:25 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:443:21 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:454:25 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:456:21 - error: "__setitem__" method not defined on type "Mapping[str, Any]" (reportIndexIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/forms.py:486:44 - error: Cannot access attribute "queryset" for class "Field"
    Attribute "queryset" is unknown (reportAttributeAccessIssue)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:92:11 - error: "Meta" overrides symbol of same name in class "PrimaryModel"
    "nautobot_floor_plan.models.FloorPlan.Meta" is not assignable to "nautobot.core.models.generics.PrimaryModel.Meta"
    Type "type[nautobot_floor_plan.models.FloorPlan.Meta]" is not assignable to type "type[nautobot.core.models.generics.PrimaryModel.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:125:50 - error: "x_initial" is possibly unbound (reportPossiblyUnboundVariable)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:125:81 - error: "y_initial" is possibly unbound (reportPossiblyUnboundVariable)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:131:22 - error: Cannot access attribute "tiles" for class "FloorPlan*"
    Attribute "tiles" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:148:17 - error: Cannot access attribute "tiles" for class "FloorPlan*"
    Attribute "tiles" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:173:21 - error: Cannot access attribute "custom_labels" for class "FloorPlan*"
    Attribute "custom_labels" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:177:29 - error: Cannot access attribute "custom_labels" for class "FloorPlan*"
    Attribute "custom_labels" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:178:29 - error: Cannot access attribute "custom_labels" for class "FloorPlan*"
    Attribute "custom_labels" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:260:11 - error: "Meta" overrides symbol of same name in class "Model"
    "nautobot_floor_plan.models.FloorPlanCustomAxisLabel.Meta" is not assignable to "django.db.models.base.Model.Meta"
    Type "type[nautobot_floor_plan.models.FloorPlanCustomAxisLabel.Meta]" is not assignable to type "type[django.db.models.base.Model.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:275:65 - error: Cannot access attribute "get" for class "ModelStateFieldsCacheDescriptor"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:344:11 - error: "Meta" overrides symbol of same name in class "PrimaryModel"
    "nautobot_floor_plan.models.FloorPlanTile.Meta" is not assignable to "nautobot.core.models.generics.PrimaryModel.Meta"
    Type "type[nautobot_floor_plan.models.FloorPlanTile.Meta]" is not assignable to type "type[nautobot.core.models.generics.PrimaryModel.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:411:25 - error: Argument of type "set[str]" cannot be assigned to parameter "message" of type "_StrOrPromise | ValidationError | dict[str, Any] | list[Any]" in function "__init__"
    Type "set[str]" is not assignable to type "_StrOrPromise | ValidationError | dict[str, Any] | list[Any]"
      "set[str]" is not assignable to "str"
      "set[str]" is not assignable to "_StrPromise"
      "set[str]" is not assignable to "ValidationError"
      "set[str]" is not assignable to "dict[str, Any]"
      "set[str]" is not assignable to "list[Any]" (reportArgumentType)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/models.py:415:25 - error: Argument of type "set[str]" cannot be assigned to parameter "message" of type "_StrOrPromise | ValidationError | dict[str, Any] | list[Any]" in function "__init__"
    Type "set[str]" is not assignable to type "_StrOrPromise | ValidationError | dict[str, Any] | list[Any]"
      "set[str]" is not assignable to "str"
      "set[str]" is not assignable to "_StrPromise"
      "set[str]" is not assignable to "ValidationError"
      "set[str]" is not assignable to "dict[str, Any]"
      "set[str]" is not assignable to "list[Any]" (reportArgumentType)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/svg.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/svg.py:285:13 - error: "detail_link" is possibly unbound (reportPossiblyUnboundVariable)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/views.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/views.py:44:33 - error: Cannot access attribute "without_tree_fields" for class "BaseManager[Location]"
    Attribute "without_tree_fields" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/views.py:50:30 - error: Cannot access attribute "restrict" for class "BaseManager[Location]"
    Attribute "restrict" is unknown (reportAttributeAccessIssue)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/views.py:62:32 - error: Argument of type "dict[str, Unknown]" cannot be assigned to parameter "paginate" of type "bool" in function "__init__"
    "dict[str, Unknown]" is not assignable to "bool" (reportArgumentType)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/views.py:71:7 - error: Base classes for class "FloorPlanTileUIViewSet" define variable "filterset_class" in incompatible way (reportIncompatibleVariableOverride)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/api/serializers.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/api/serializers.py:11:11 - error: "Meta" overrides symbol of same name in class "ModelSerializer"
    "nautobot_floor_plan.api.serializers.FloorPlanSerializer.Meta" is not assignable to "rest_framework.serializers.ModelSerializer.Meta"
    Type "type[nautobot_floor_plan.api.serializers.FloorPlanSerializer.Meta]" is not assignable to type "type[rest_framework.serializers.ModelSerializer.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/api/serializers.py:21:11 - error: "Meta" overrides symbol of same name in class "ModelSerializer"
    "nautobot_floor_plan.api.serializers.FloorPlanCustomAxisLabelSerializer.Meta" is not assignable to "rest_framework.serializers.ModelSerializer.Meta"
    Type "type[nautobot_floor_plan.api.serializers.FloorPlanCustomAxisLabelSerializer.Meta]" is not assignable to type "type[rest_framework.serializers.ModelSerializer.Meta]" (reportIncompatibleVariableOverride)
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/api/serializers.py:31:11 - error: "Meta" overrides symbol of same name in class "ModelSerializer"
    "nautobot_floor_plan.api.serializers.FloorPlanTileSerializer.Meta" is not assignable to "rest_framework.serializers.ModelSerializer.Meta"
    Type "type[nautobot_floor_plan.api.serializers.FloorPlanTileSerializer.Meta]" is not assignable to type "type[rest_framework.serializers.ModelSerializer.Meta]" (reportIncompatibleVariableOverride)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/api/views.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/api/views.py:26:40 - error: Argument of type "QuerySet[Unknown] | Manager[Unknown] | None" cannot be assigned to parameter "klass" of type "type[_T@get_object_or_404] | Manager[_T@get_object_or_404] | QuerySet[_T@get_object_or_404]" in function "get_object_or_404"
    Type "QuerySet[Unknown] | Manager[Unknown] | None" is not assignable to type "type[_T@get_object_or_404] | Manager[_T@get_object_or_404] | QuerySet[_T@get_object_or_404]"
      Type "None" is not assignable to type "type[_T@get_object_or_404]"
      Type "None" is not assignable to type "type[_T@get_object_or_404] | Manager[_T@get_object_or_404] | QuerySet[_T@get_object_or_404]"
        Type "None" is not assignable to type "type[_T@get_object_or_404]"
        "None" is not assignable to "Manager[_T@get_object_or_404]"
        "None" is not assignable to "_QuerySet[_T@get_object_or_404, _T@get_object_or_404]" (reportArgumentType)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/custom_validators.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/custom_validators.py:362:35 - error: Cannot access attribute "location_id" for class "Rack"
    Attribute "location_id" is unknown (reportAttributeAccessIssue)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/general.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/general.py:139:19 - error: Cannot assign to attribute "message" for class "function"
    Attribute "message" is unknown (reportFunctionMemberAccess)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/label_converters.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/label_converters.py:657:80 - error: Argument of type "Unknown | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "Unknown | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
/Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/label_generator.py
  /Users/michaelsheinberg/code/nautobot-app-floor-plan/nautobot_floor_plan/utils/label_generator.py:162:94 - error: Argument of type "Unknown | str | LiteralString | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "Unknown | str | LiteralString | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
47 errors, 0 warnings, 0 informations 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment