False Positives Fixed
-
Fix
deprecated-method
false positive when alias for method is similar to
name of deprecated method.Closes #5886
-
Fix a false positive for
used-before-assignment
for imports guarded by
typing.TYPE_CHECKING
later used in variable annotations.Closes #7609