1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/mvglive/ruff.toml
Joost Lekkerkerker d7e33429e3 Disable MVG integration (#121975)
Disable MVGLive integration
2024-07-15 17:51:41 +02:00

6 lines
70 B
TOML

extend = "../../../pyproject.toml"
lint.extend-ignore = [
"F821"
]