From 9be252572290944d4f4a6ac807735f579975b920 Mon Sep 17 00:00:00 2001 From: nagalakshmi j <141140447+aishuaishu10@users.noreply.github.com> Date: Sun, 13 Apr 2025 13:49:20 +0530 Subject: [PATCH] Update error_codes.rst --- docs/source/error_codes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/error_codes.rst b/docs/source/error_codes.rst index 485d70cb59bc8..73f78643792eb 100644 --- a/docs/source/error_codes.rst +++ b/docs/source/error_codes.rst @@ -67,6 +67,9 @@ other parts of code checked in strict mode: allow_untyped_defs = True allow_untyped_calls = True disable_error_code = var-annotated, has-type +[mypy] +ignore_missing_imports = True + Note that per-module enabling/disabling acts as override over the global options. So that you don't need to repeat the error code lists for each