From bf1cae566845134fcf5a313bc59696d350c521ec Mon Sep 17 00:00:00 2001 From: Katrina Connors <32425204+katconnors@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:54:19 -0700 Subject: [PATCH] Update mypy/errorcodes.py Co-authored-by: Alex Waygood --- mypy/errorcodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mypy/errorcodes.py b/mypy/errorcodes.py index 35640a89c7e8..ff6582828613 100644 --- a/mypy/errorcodes.py +++ b/mypy/errorcodes.py @@ -266,6 +266,7 @@ def __hash__(self) -> int: "overloaded-function-matching", "Warn user about signature matching for overloaded functions.", "General", + sub_code_of=MISC, ) # Syntax errors are often blocking.