We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2044720 commit 6a4df2bCopy full SHA for 6a4df2b
mypy/main.py
@@ -1359,7 +1359,7 @@ def set_strict_flags() -> None:
1359
parser.error("Can only find occurrences of class members.")
1360
if len(_find_occurrences) != 2:
1361
parser.error("Can only find occurrences of non-nested class members.")
1362
- state.find_occurrences = _find_occurrences # type: ignore[assignment]
+ state.find_occurrences = _find_occurrences
1363
1364
# Set reports.
1365
for flag, val in vars(special_opts).items():
0 commit comments