mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Ban voluptuous imports in favour of probatio (#182120)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user