1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/dovado/ruff.toml
2024-07-15 10:22:01 +02:00

6 lines
70 B
TOML

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