-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Add pylint rule for cached_property #127482
Conversation
rule will likely need an exclude for the legacy one in backports |
And a couple more:
|
Will address after #127441 since template changes will conflict |
missed this one, found by #127482
config entries won't conflict so I did that one now #127495 |
Probably need ignores for the backport code since we don't want to change that as we will remove it soon |
test failure is unrelated |
thanks |
Proposed change
#127339 (review)
Add pylint rule for cached_property to use the faster
propcache
versionType of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: