Enhancement: Added diagnostic for objects that are called but do not have a call method.
Bug Fix: Fixed bug that caused call arguments to not be evaluated (and therefore not type checked or marked accessed) if certain errors were detected while evaluating types for a call expression.
Enhancement: Added logic to avoid doing a complete reanalysis when a temporary file is momentarily created by an auto-formatter like Black.
Bug Fix: Fixed bug that caused some illegal uses of "Final" (as defined in PEP 591) to not be reported.
Bug Fix: Avoid duplicate imports in completion results.
Bug Fix: Fixed bug in dataclass logic so it properly excludes ClassVar entries as per PEP 557.
Bug Fix: Fixed bug in code flow logic for handling certain assignments within loops where the same symbol is on the left and right side of the assignment.