﻿tests\test_steiner_forest_grid.py:224: error: Need type annotation for "pairs" (hint: "pairs: list[<type>] = ...")  [var-annotated]
tests\test_point_extended.py:81: error: Argument 1 to "min_dist_with" of "Point" has incompatible type "Point[int, int]"; expected "Point[Interval[int], Interval[int]]"  [arg-type]
tests\test_point.py:18: error: Argument 1 to "contains" of "Point" has incompatible type "Point[int, int]"; expected "Point[Interval[int], Interval[int]]"  [arg-type]
tests\test_point.py:19: error: Argument 1 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_point.py:19: error: Argument 2 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_point.py:20: error: Argument 1 to "overlaps" of "Point" has incompatible type "Point[int, int]"; expected "Point[Interval[int], Interval[int]]"  [arg-type]
tests\test_point.py:21: error: Argument 1 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_point.py:21: error: Argument 2 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_point.py:22: error: Argument 1 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_point.py:22: error: Argument 2 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_point.py:23: error: Argument 1 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_point.py:23: error: Argument 2 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_recti_hypothesis.py:316: error: Argument 1 to "overlaps" of "Point" has incompatible type "VSegment"; expected "Point[Interval[int], Interval[int]]"  [arg-type]
tests\test_recti_hypothesis.py:316: error: Argument 1 to "overlaps" of "Point" has incompatible type "Rectangle"; expected "Point[int, Interval[int]]"  [arg-type]
tests\test_recti_hypothesis.py:322: error: Argument 1 to "overlaps" of "Point" has incompatible type "HSegment"; expected "Point[Interval[int], Interval[int]]"  [arg-type]
tests\test_recti_hypothesis.py:322: error: Argument 1 to "overlaps" of "Point" has incompatible type "Rectangle"; expected "Point[Interval[int], int]"  [arg-type]
tests\test_recti.py:62: error: Argument 2 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_recti.py:64: error: Argument 1 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_recti.py:65: error: Argument 1 to "Point" has incompatible type "int"; expected "Interval[int]"  [arg-type]
tests\test_rect3d.py:80: error: Argument 1 to "contains" of "Point" has incompatible type "Point[Point[int, int], int]"; expected "Point[Rectangle, int]"  [arg-type]
tests\test_rect3d.py:81: error: Argument 1 to "contains" of "Point" has incompatible type "Point[Point[int, int], int]"; expected "Point[Rectangle, int]"  [arg-type]
tests\test_rect3d.py:89: error: Argument 1 to "min_dist_with" of "Point" has incompatible type "Point[Point[int, int], int]"; expected "Point[Rectangle, int]"  [arg-type]
tests\test_rect3d.py:89: error: Argument 1 to "min_dist_with" of "Point" has incompatible type "Point[Rectangle, int]"; expected "Point[Point[int, int], int]"  [arg-type]
tests\test_polygon_hypothesis.py:29: error: Need type annotation for "triangle_strategy"  [var-annotated]
tests\test_polygon_hypothesis.py:30: error: Argument 1 to "builds" has incompatible type "Callable[[list[Point[Any, Any]]], Polygon[T]]"; expected "Callable[..., Polygon[Never]]"  [arg-type]
tests\test_polygon_hypothesis.py:34: error: Need type annotation for "convex_quad_strategy"  [var-annotated]
tests\test_polygon_hypothesis.py:35: error: Argument 1 to "builds" has incompatible type "Callable[[list[Point[Any, Any]]], Polygon[T]]"; expected "Callable[..., Polygon[Never]]"  [arg-type]
tests\test_polygon_hypothesis.py:42: error: Need type annotation for "simple_polygon_strategy"  [var-annotated]
tests\test_polygon_hypothesis.py:43: error: Argument 1 to "builds" has incompatible type "Callable[[list[Point[Any, Any]]], Polygon[T]]"; expected "Callable[..., Polygon[Never]]"  [arg-type]
tests\test_polygon_hypothesis.py:214: error: Need type annotation for "unique_vertices" (hint: "unique_vertices: list[<type>] = ...")  [var-annotated]
tests\test_routing_tree.py:107: error: Item "None" of "RoutingNode | None" has no attribute "id"  [union-attr]
tests\test_routing_tree.py:273: error: Item "None" of "RoutingNode | None" has no attribute "id"  [union-attr]
tests\test_routing_tree.py:278: error: Item "None" of "RoutingNode | None" has no attribute "id"  [union-attr]
tests\test_routing_tree.py:412: error: Item "None" of "RoutingNode | None" has no attribute "id"  [union-attr]
tests\test_routing_tree.py:582: error: Item "None" of "RoutingNode | None" has no attribute "id"  [union-attr]
tests\test_routing_tree.py:587: error: Item "None" of "RoutingNode | None" has no attribute "id"  [union-attr]
tests\test_rpolygon_cut.py:30: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon_cut.py:39: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon_convex_hull.py:25: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon_convex_hull.py:33: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon_convex_cut.py:28: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon_convex_cut.py:37: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon.py:132: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon.py:226: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon.py:234: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon.py:264: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon.py:272: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon.py:294: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
tests\test_rpolygon.py:302: error: Argument "opacity" to "get_polygon_svg_elements" has incompatible type "str"; expected "float"  [arg-type]
Found 49 errors in 12 files (checked 38 source files)
