Ban voluptuous imports in favour of probatio (#182120)

This commit is contained in:
Franck Nijhof
2026-09-13 12:26:36 -04:00
committed by GitHub
parent 14f9b7e699
commit e9fbcdb49c
4 changed files with 10 additions and 5 deletions
+1
View File
@@ -848,6 +848,7 @@ mark-parentheses = false
"async_timeout".msg = "use asyncio.timeout instead"
"pytz".msg = "use zoneinfo instead"
"tests".msg = "You should not import tests"
"voluptuous".msg = "use probatio instead"
"__future__.annotations".msg = "It should not be needed because Home Assistant requires Python 3.14+"
[tool.ruff.lint.isort]