Skip to content

Commit

Permalink
Update mypy/errorcodes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
katconnors and AlexWaygood committed Jul 29, 2024
1 parent 5024df9 commit bf1cae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy/errorcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf1cae5

Please sign in to comment.