Skip to content

Commit

Permalink
Fix CI typecheck (add new ignore) (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Dec 21, 2022
1 parent 29dd201 commit fc30395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/typecheck_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc30395

Please sign in to comment.