We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffa598 commit f5db6b1Copy full SHA for f5db6b1
tests/utils.py
@@ -80,7 +80,7 @@ def flip_byte(original: bytes, byte_offset: int) -> bytes:
80
81
# Type safety: it's fine to use `...` here, but mypy config doesn't like it because it's
82
# an explicit `Any`.
83
-def check_type_error( # type: ignore[misc]
+def check_type_error( # type: ignore[explicit-any]
84
expected: str, f: Callable[..., object], *args: object
85
) -> None:
86
with pytest.raises(TypeError) as e:
0 commit comments