From d6fefda3cdced5203dd3d9d55ee57435c041a193 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Wed, 21 Dec 2022 17:09:39 +0200 Subject: [PATCH] Fix CI typecheck (add new ignore) --- scripts/typecheck_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/typecheck_tests.py b/scripts/typecheck_tests.py index 2daefe099..2e05a5f7b 100644 --- a/scripts/typecheck_tests.py +++ b/scripts/typecheck_tests.py @@ -175,6 +175,7 @@ 'expression has type "List[RouterTestModel]"', 'Item "URLResolver" of "Union[URLPattern, URLResolver]" has no attribute "name"', '"None" not callable', + '"BasenameTestCase" has no attribute "router"', ], "test_serializer.py": [ "base class",