Skip to content

Add new public offer zones #186

Add new public offer zones

Add new public offer zones #186

GitHub Actions / pyright succeeded Oct 23, 2024 in 0s

reviewdog [pyright] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (25)

d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestBidAsk.py|61 col 41| Argument of type "Literal['True']" cannot be assigned to parameter "continueToEnd" of type "bool" in function "withFillLatestValue"
  "Literal['True']" is not assignable to "bool" (reportArgumentType)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestGMEPO.py|140 col 26| "output" is possibly unbound (reportPossiblyUnboundVariable)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestMas.py|61 col 41| Argument of type "Literal['True']" cannot be assigned to parameter "continueToEnd" of type "bool" in function "withFillLatestValue"
  "Literal['True']" is not assignable to "bool" (reportArgumentType)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|29 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|44 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|60 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|61 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|62 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|63 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|79 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|80 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|81 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|97 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|98 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|114 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|147 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|164 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/TestVersioned.py|180 col 26| "getitem" method not defined on type "Dict" (reportIndexIssue)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/helpers.py|14 col 33| Expected no type arguments for class "Dict" (reportInvalidTypeArguments)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/helpers.py|15 col 16| Type "dict[str, str]" is not assignable to return type "Dict"
  "dict[str, str]" is not assignable to "Dict" (reportReturnType)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/helpers.py|31 col 35| Expected no type arguments for class "Dict" (reportInvalidTypeArguments)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/helpers.py|32 col 16| Type "dict[str, str]" is not assignable to return type "Dict"
  "dict[str, str]" is not assignable to "Dict" (reportReturnType)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/helpers.py|39 col 23| Type of parameter "self" must be a supertype of its class "QsPO" (reportGeneralTypeIssues)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/helpers.py|48 col 12| Type "(self: Any, mock: Mock) -> None" is not assignable to return type "(Any, Qs) -> None"
  Type "(self: Any, mock: Mock) -> None" is not assignable to type "(Any, Qs) -> None"
    Parameter 2: type "Qs" is incompatible with type "Mock"
      "Qs" is not assignable to "Mock" (reportReturnType)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/tests/helpers.py|56 col 12| Type "(self: Any, mock: Mock) -> None" is not assignable to return type "(Any, Qs) -> None"
  Type "(self: Any, mock: Mock) -> None" is not assignable to type "(Any, Qs) -> None"
    Parameter 2: type "Qs" is incompatible with type "Mock"
      "Qs" is not assignable to "Mock" (reportReturnType)