Skip to content

Commit 4b09a14

Browse files
committed
A few ignore reversions
1 parent 4fe1f9d commit 4b09a14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/typecheck_tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"test_permissions.py": [
155155
'"ResolverMatch" has incompatible type "str"; expected "Callable[..., Any]"',
156156
"_SupportsHasPermission",
157+
"Invalid type alias: expression is not a valid type",
157158
'"object" not callable',
158159
'Cannot assign multiple types to name "composed_perm" without an explicit "Type[...]" annotation',
159160
],
@@ -187,6 +188,8 @@
187188
"base class",
188189
'"CharField" has incompatible type "Collection[Any]"',
189190
'Name "foo" is not defined',
191+
'Unsupported left operand type for | ("ReturnDict")',
192+
'Unsupported left operand type for | ("Dict[str, str]")',
190193
],
191194
"test_serializer_lists.py": [
192195
'Name "foo" is not defined',
@@ -205,6 +208,7 @@
205208
"test_testing.py": [
206209
'"Client" has no attribute "force_authenticate"',
207210
'"Client" has no attribute "credentials"',
211+
'has no attribute "addClassCleanup"',
208212
],
209213
"test_throttling.py": [
210214
'has incompatible type "Dict[<nothing>, <nothing>]"',

0 commit comments

Comments
 (0)