diff --git a/pyproject.toml b/pyproject.toml index a3d6d2f2446..a7a31f83fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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