Add issue_registry to RUFF extend aliases
parent
07c25b3dd8
commit
4e73dd567b
|
@ -278,6 +278,7 @@ ignore = [
|
|||
[tool.ruff.flake8-import-conventions.extend-aliases]
|
||||
voluptuous = "vol"
|
||||
"homeassistant.helpers.config_validation" = "cv"
|
||||
"homeassistant.helpers.issue_registry" = "ir"
|
||||
|
||||
[tool.ruff.flake8-pytest-style]
|
||||
fixture-parentheses = false
|
||||
|
|
Loading…
Reference in New Issue