From 99509df8d8abf1e7b701a4a09cf170a362f6d878 Mon Sep 17 00:00:00 2001 From: capellancitizen Date: Sun, 9 Mar 2025 21:21:48 -0400 Subject: Mypy type correctness (#3199) --- lib/stitches/tartan_fill.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/stitches/tartan_fill.py') diff --git a/lib/stitches/tartan_fill.py b/lib/stitches/tartan_fill.py index 1ddd8195..c25bb435 100644 --- a/lib/stitches/tartan_fill.py +++ b/lib/stitches/tartan_fill.py @@ -3,6 +3,9 @@ # Copyright (c) 2023 Authors # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. +# This file needs some more love before it'll pass type checking. +# mypy: ignore-errors=true + from collections import defaultdict from itertools import chain from math import cos, radians, sin -- cgit v1.2.3