Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing check for the override of a property that is marked `@f… #9862

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

erictraut
Copy link
Collaborator

…inal`. This addresses #9795.

Copy link
Contributor

github-actions bot commented Feb 9, 2025

Diff from mypy_primer, showing the effect of this PR on open source code:

core (https://github.com/home-assistant/core)
+   /tmp/mypy_primer/projects/core/homeassistant/components/zha/device_tracker.py:65:9 - error: Method "device_info" cannot override final method defined in class "ScannerEntity" (reportIncompatibleMethodOverride)
- 65347 errors, 293 warnings, 0 informations 
+ 65348 errors, 293 warnings, 0 informations 

@erictraut erictraut merged commit 7d18c57 into main Feb 9, 2025
18 checks passed
@erictraut erictraut deleted the issue-9795 branch February 9, 2025 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant