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 cc1f988 commit 86ba8d5Copy full SHA for 86ba8d5
pyproject.toml
@@ -169,6 +169,8 @@ ignore = [
169
"RUF005",
170
# Prefer `next(iter(variable.items()))` over single element slice
171
"RUF015",
172
+ # Use `X | Y` in `isinstance` (see https://github.com/home-assistant/core/issues/123850)
173
+ "UP038",
174
"RUF046", # Value being cast to `int` is already an integer
175
176
# TODO: ignore for now (requires more work). Remove ignore once fixed
0 commit comments