<CWD>/isort/api.py
  <CWD>/isort/api.py:201:33 - error: "file_content" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/isort/api.py:562:12 - error: "key" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/isort/format.py
  <CWD>/isort/format.py:120:47 - error: "colorama" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/isort/format.py:121:51 - error: "colorama" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/isort/format.py:122:27 - error: "colorama" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/isort/format.py:123:29 - error: "colorama" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/isort/format.py:129:35 - error: "colorama" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/isort/format.py:156:9 - error: "colorama" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/isort/main.py
  <CWD>/isort/main.py:520:32 - error: Cannot access attribute "__members__" for class "Enum"
    Attribute "__members__" is unknown (reportAttributeAccessIssue)
  <CWD>/isort/main.py:521:50 - error: Cannot access attribute "__members__" for class "Enum"
    Attribute "__members__" is unknown (reportAttributeAccessIssue)
  <CWD>/isort/main.py:883:46 - error: Object of type "Enum" is not callable
    Attribute "__call__" is unknown (reportCallIssue)
  <CWD>/isort/main.py:885:46 - error: "__getitem__" method not defined on type "Enum" (reportIndexIssue)
  <CWD>/isort/main.py:894:25 - error: Argument of type "Enum" cannot be assigned to parameter "class_or_tuple" of type "_ClassInfo" in function "isinstance"
    Type "Enum" is not assignable to type "_ClassInfo"
      "Enum" is not assignable to "type"
      "Enum" is not assignable to "UnionType"
      "Enum" is not assignable to "tuple[_ClassInfo, ...]" (reportArgumentType)
<CWD>/isort/output.py
  <CWD>/isort/output.py:587:73 - error: "from_import" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/isort/output.py:769:20 - error: No overloads for "__new__" match the provided arguments (reportCallIssue)
  <CWD>/isort/output.py:769:36 - error: Argument of type "type[_LineWithComments]" cannot be assigned to parameter "cls" of type "type[Self@_LineWithComments]" in function "__new__"
    Type "type[_LineWithComments]" is not assignable to type "type[Self@_LineWithComments]" (reportArgumentType)
<CWD>/isort/place.py
  <CWD>/isort/place.py:104:41 - error: "machinery" is not a known attribute of module "importlib" (reportAttributeAccessIssue)
<CWD>/isort/settings.py
  <CWD>/isort/settings.py:694:16 - error: Type "((...) -> list[str]) | None" is not assignable to return type "(...) -> list[str]"
    Type "((...) -> list[str]) | None" is not assignable to type "(...) -> list[str]"
      Type "None" is not assignable to type "(...) -> list[str]" (reportReturnType)
<CWD>/isort/wrap.py
  <CWD>/isort/wrap.py:16:24 - error: Variable not allowed in type expression (reportInvalidTypeForm)
<CWD>/isort/wrap_modes.py
  <CWD>/isort/wrap_modes.py:13:33 - error: Variable not allowed in type expression (reportInvalidTypeForm)
  <CWD>/isort/wrap_modes.py:14:52 - error: Object of type "Enum" is not callable
    Attribute "__call__" is unknown (reportCallIssue)
21 errors, 0 warnings, 0 informations
