Add issue_registry to RUFF extend aliases

This commit is contained in:
epenet
2023-02-28 07:57:27 +00:00
parent 07c25b3dd8
commit 4e73dd567b

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