Skip to content

Commit fc30395

Browse files
authored
Fix CI typecheck (add new ignore) (#311)
1 parent 29dd201 commit fc30395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/typecheck_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
'expression has type "List[RouterTestModel]"',
176176
'Item "URLResolver" of "Union[URLPattern, URLResolver]" has no attribute "name"',
177177
'"None" not callable',
178+
'"BasenameTestCase" has no attribute "router"',
178179
],
179180
"test_serializer.py": [
180181
"base class",

0 commit comments

Comments
 (0)