diff --git a/tests/mypy_test.py b/tests/mypy_test.py index aeaf82c94..66e1b1ebe 100755 --- a/tests/mypy_test.py +++ b/tests/mypy_test.py @@ -207,6 +207,9 @@ def get_mypy_flags(args, major: int, minor: int, temp_name: str, *, custom_types "--warn-incomplete-stub", "--show-error-codes", "--no-error-summary", + "--enable-error-code", + "ignore-without-code", + "--strict-equality", ] if custom_typeshed: # Setting custom typeshed dir prevents mypy from falling back to its bundled