Add issue_registry to RUFF extend aliases

pull/88878/head
epenet 2023-02-28 07:57:27 +00:00
parent 07c25b3dd8
commit 4e73dd567b
1 changed files with 1 additions and 0 deletions

View File

@ -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