hass-core/homeassistant/components/mvglive/ruff.toml
Joost Lekkerkerker d7e33429e3
Disable MVG integration (#121975)
Disable MVGLive integration
2024-07-15 17:51:41 +02:00

5 lines
70 B
TOML

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